We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8d0472 + 0a2c4fc commit b1618c7Copy full SHA for b1618c7
1 file changed
src/main/resources/build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
implementation("io.vertx:vertx-lang-kotlin-coroutines:4.5.11")
22
implementation(kotlin("stdlib-jdk8"))
23
24
- implementation("ch.qos.logback:logback-classic:1.5.12")
+ implementation("ch.qos.logback:logback-classic:1.5.16")
25
}
26
27
tasks.create<JavaExec>("run") {
0 commit comments