Skip to content

Commit

Permalink
Bump logback 1.5.12
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Nov 5, 2024
1 parent 6aeb3c3 commit f5fe3fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
testImplementation("org.testcontainers:mysql:1.17.3")

// --
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("ch.qos.logback:logback-classic:1.5.12")

// rate limit
implementation 'com.coveo:spillway:3.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ java {
dependencies {
implementation 'org.slf4j:slf4j-api:2.0.13'

testImplementation 'ch.qos.logback:logback-core:1.4.11'
testImplementation 'ch.qos.logback:logback-classic:1.4.11'
testImplementation 'ch.qos.logback:logback-core:1.5.12'
testImplementation 'ch.qos.logback:logback-classic:1.5.12'
testImplementation 'org.apache.groovy:groovy:4.0.15'
testImplementation 'org.apache.groovy:groovy-nio:4.0.15'
testImplementation 'org.apache.groovy:groovy-test:4.0.15'
Expand Down

0 comments on commit f5fe3fa

Please sign in to comment.