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 3a89682 commit c760954Copy full SHA for c760954
build.gradle.kts
@@ -29,8 +29,8 @@ repositories {
29
30
dependencies {
31
implementation("org.slf4j:slf4j-api:2.0.13")
32
- implementation("ch.qos.logback:logback-core:1.5.6")
33
- implementation("ch.qos.logback:logback-classic:1.5.6")
+ implementation("ch.qos.logback:logback-core:1.5.7")
+ implementation("ch.qos.logback:logback-classic:1.5.7")
34
35
implementation("com.itextpdf:itextpdf:5.5.13.4")
36
implementation("com.jcraft:jsch:0.1.55")
0 commit comments