Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and manami-project committed Apr 18, 2024
1 parent 271a290 commit ef508c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation(platform(kotlin("bom")))
implementation("com.nfeld.jsonpathkt:jsonpathkt:2.0.1")

testImplementation("ch.qos.logback:logback-classic:1.5.5")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("io.github.manamiproject:modb-test:1.6.7")
}

Expand Down

0 comments on commit ef508c5

Please sign in to comment.