We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383c347 commit 0877906Copy full SHA for 0877906
webtide-release-tools-api/pom.xml
@@ -23,10 +23,15 @@
23
<artifactId>org.eclipse.jgit</artifactId>
24
<version>7.1.0.202411261347-r</version>
25
</dependency>
26
+ <dependency>
27
+ <groupId>org.slf4j</groupId>
28
+ <artifactId>slf4j-api</artifactId>
29
+ <version>2.0.15</version>
30
+ </dependency>
31
<dependency>
32
<groupId>ch.qos.logback</groupId>
33
<artifactId>logback-classic</artifactId>
- <version>1.4.8</version>
34
+ <version>1.5.11</version>
35
36
37
<groupId>com.google.code.gson</groupId>
0 commit comments