We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fba361 commit a4394dfCopy full SHA for a4394df
pom.xml
@@ -38,18 +38,21 @@
38
</developers>
39
40
<dependencies>
41
- <dependency>
+
42
+ <dependency>
43
<groupId>org.apache.logging.log4j</groupId>
44
<artifactId>log4j-core</artifactId>
- <version>[2.13.2,)</version>
45
+ <version>[2.13.3,)</version>
46
<scope>provided</scope>
- </dependency>
47
48
- <groupId>junit</groupId>
49
- <artifactId>junit</artifactId>
50
- <version>4.11</version>
51
- <scope>test</scope>
52
+ </dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
53
+ <scope>test</scope>
54
55
56
</dependencies>
57
58
0 commit comments