Skip to content

Commit d617b06

Browse files
Merge branch 'release/0.5.2.2' into develop
2 parents 0492105 + 1ba639b commit d617b06

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<alchim31>3.2.0</alchim31>
8181
<spring.version>2.5.2</spring.version>
8282
<quartz.version>2.3.2</quartz.version>
83-
<log4j.version>2.11.1</log4j.version>
83+
<log4j.version>2.15.0</log4j.version>
8484
<slf4j.log4j2.version>1.7.26</slf4j.log4j2.version>
8585
<spring.security.ldap.version>5.5.1</spring.security.ldap.version>
8686
<scalatest.version>3.0.5</scalatest.version>
@@ -137,6 +137,16 @@
137137
</dependencyManagement>
138138

139139
<dependencies>
140+
<dependency>
141+
<groupId>org.apache.logging.log4j</groupId>
142+
<artifactId>log4j-api</artifactId>
143+
<version>${log4j.version}</version>
144+
</dependency>
145+
<dependency>
146+
<groupId>org.apache.logging.log4j</groupId>
147+
<artifactId>log4j-to-slf4j</artifactId>
148+
<version>${log4j.version}</version>
149+
</dependency>
140150
<dependency>
141151
<groupId>com.fasterxml.jackson.module</groupId>
142152
<artifactId>jackson-module-scala_${scala.compat.version}</artifactId>
@@ -261,7 +271,7 @@
261271
<groupId>com.amazonaws</groupId>
262272
<artifactId>aws-java-sdk-sts</artifactId>
263273
</dependency>
264-
274+
265275
<!-- For Liquibase yaml -->
266276
<dependency>
267277
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)