Skip to content

Commit

Permalink
Bump logback-classic:1.4.14
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 2, 2024
1 parent 2c5d8e0 commit 9ea01c2
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 @@ -85,7 +85,7 @@ dependencies {
testImplementation("org.testcontainers:mysql:1.17.3")

// --
implementation("ch.qos.logback:logback-classic:1.4.8")
implementation 'ch.qos.logback:logback-classic:1.4.14'

// rate limit
implementation 'com.github.seqeralabs:spillway:7b72700293'
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:1.7.36'

testImplementation 'ch.qos.logback:logback-core:1.2.11'
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'ch.qos.logback:logback-core:1.4.14'
testImplementation 'ch.qos.logback:logback-classic:1.4.14'
testImplementation "org.codehaus.groovy:groovy:3.0.15"
testImplementation "org.codehaus.groovy:groovy-nio:3.0.15"
testImplementation ("org.codehaus.groovy:groovy-test:3.0.17")
Expand Down

0 comments on commit 9ea01c2

Please sign in to comment.