Skip to content

Commit 422f17c

Browse files
committed
Updated dependency versions
1 parent 52db949 commit 422f17c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,27 +231,28 @@
231231
<dependency>
232232
<groupId>org.apache.logging.log4j</groupId>
233233
<artifactId>log4j</artifactId>
234-
<version>2.11.0</version>
234+
<version>2.13.3</version>
235235
<type>pom</type>
236236
</dependency>
237237

238238
<dependency>
239239
<groupId>org.apache.logging.log4j</groupId>
240240
<artifactId>log4j-api</artifactId>
241-
<version>2.11.0</version>
241+
<version>2.13.3</version>
242242
</dependency>
243243

244244
<dependency>
245245
<groupId>org.apache.logging.log4j</groupId>
246246
<artifactId>log4j-core</artifactId>
247-
<version>2.11.0</version>
247+
<version>2.13.3</version>
248248
</dependency>
249-
249+
250250
<dependency>
251-
<groupId>org.apache.logging.log4j</groupId>
252-
<artifactId>log4j-1.2-api</artifactId>
253-
<version>2.11.0</version>
251+
<groupId>org.apache.logging.log4j</groupId>
252+
<artifactId>log4j-1.2-api</artifactId>
253+
<version>2.13.3</version>
254254
</dependency>
255+
255256
<!-- test dependencies -->
256257
<dependency>
257258
<groupId>junit</groupId>

0 commit comments

Comments
 (0)