Skip to content

Commit 3b4ecf5

Browse files
Update pom.xml
1 parent 8a968b1 commit 3b4ecf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
This is intentional for demonstration purposes. In a real application,
2525
always use the latest secure versions of dependencies. -->
2626

27+
<dependency>
28+
<groupId>org.slf4j</groupId>
29+
<artifactId>slf4j-api</artifactId>
30+
<version>2.0.7</version>
31+
</dependency>
32+
2733
<dependency>
2834
<groupId>org.apache.commons</groupId>
2935
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)