Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent e8e14e2 commit 3d71aea
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 @@ -34,7 +34,7 @@ dependencies {
val slf4jVersion = "2.0.9"
implementation("org.slf4j:slf4j-api:$slf4jVersion")
// Logback backend for SLF4J
runtimeOnly("ch.qos.logback:logback-classic:1.4.13")
runtimeOnly("ch.qos.logback:logback-classic:1.4.14")

// JUnit API and testing engine
val jUnitVersion = "5.10.1"
Expand Down

0 comments on commit 3d71aea

Please sign in to comment.