We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c224766 commit c89c5d1Copy full SHA for c89c5d1
1 file changed
build.gradle
@@ -25,8 +25,8 @@ java {
25
}
26
27
dependencies {
28
- implementation "org.slf4j:slf4j-api:2.0.13"
29
- implementation "ch.qos.logback:logback-classic:1.5.6"
+ implementation "org.slf4j:slf4j-api:1.7.36"
+ implementation "ch.qos.logback:logback-classic:1.2.13"
30
implementation "org.apache.httpcomponents:httpclient:4.5.14"
31
implementation "org.kohsuke:github-api:1.99"
32
implementation "com.google.code.gson:gson:2.11.0"
0 commit comments