Skip to content

Commit 0877906

Browse files
committed
Define slf4j properly
1 parent 383c347 commit 0877906

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

webtide-release-tools-api/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@
2323
<artifactId>org.eclipse.jgit</artifactId>
2424
<version>7.1.0.202411261347-r</version>
2525
</dependency>
26+
<dependency>
27+
<groupId>org.slf4j</groupId>
28+
<artifactId>slf4j-api</artifactId>
29+
<version>2.0.15</version>
30+
</dependency>
2631
<dependency>
2732
<groupId>ch.qos.logback</groupId>
2833
<artifactId>logback-classic</artifactId>
29-
<version>1.4.8</version>
34+
<version>1.5.11</version>
3035
</dependency>
3136
<dependency>
3237
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)