Skip to content

Commit a4394df

Browse files
authored
update pom version
1 parent 0fba361 commit a4394df

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

pom.xml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,21 @@
3838
</developers>
3939

4040
<dependencies>
41-
<dependency>
41+
42+
<dependency>
4243
<groupId>org.apache.logging.log4j</groupId>
4344
<artifactId>log4j-core</artifactId>
44-
<version>[2.13.2,)</version>
45+
<version>[2.13.3,)</version>
4546
<scope>provided</scope>
46-
</dependency>
47-
<dependency>
48-
<groupId>junit</groupId>
49-
<artifactId>junit</artifactId>
50-
<version>4.11</version>
51-
<scope>test</scope>
52-
</dependency>
47+
</dependency>
48+
49+
<dependency>
50+
<groupId>junit</groupId>
51+
<artifactId>junit</artifactId>
52+
<version>4.11</version>
53+
<scope>test</scope>
54+
</dependency>
55+
5356
</dependencies>
5457

5558

0 commit comments

Comments
 (0)