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 8a968b1 commit 3b4ecf5Copy full SHA for 3b4ecf5
pom.xml
@@ -24,6 +24,12 @@
24
This is intentional for demonstration purposes. In a real application,
25
always use the latest secure versions of dependencies. -->
26
27
+ <dependency>
28
+ <groupId>org.slf4j</groupId>
29
+ <artifactId>slf4j-api</artifactId>
30
+ <version>2.0.7</version>
31
+ </dependency>
32
+
33
<dependency>
34
<groupId>org.apache.commons</groupId>
35
<artifactId>commons-lang3</artifactId>
0 commit comments