Skip to content

Commit

Permalink
fix(deps): update logback dependencies to v1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 91312a8 commit 2d0bd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
testImplementation 'junit:junit:4.12'

// logging
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.12'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.2.12'
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.13'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.2.13'
}

/*
Expand Down

0 comments on commit 2d0bd40

Please sign in to comment.