Skip to content

Commit

Permalink
chore(deps): Update dependency ch.qos.logback:logback-classic to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent d066eaf commit 4a2b8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
testImplementation("org.mock-server:mockserver-netty:5.14.0")
testImplementation("org.mock-server:mockserver-client-java:5.14.0")
testImplementation("ch.qos.logback:logback-classic:1.4.5")
testImplementation("ch.qos.logback:logback-classic:1.5.1")
compileOnly(libs.gson)
testImplementation(libs.gson)
}
Expand Down

0 comments on commit 4a2b8a7

Please sign in to comment.