Skip to content

Commit 7658b8e

Browse files
authored
chore: update logback
1 parent f9c1fd3 commit 7658b8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ dependencies {
1919

2020
testImplementation 'org.mockito:mockito-core:4.9.0'
2121
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
22-
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
22+
testImplementation 'ch.qos.logback:logback-classic:1.5.13'
2323
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
2424
testImplementation "org.assertj:assertj-core:3.26.0"
2525
testImplementation "org.hamcrest:hamcrest:2.2"
2626
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
27-
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
27+
testRuntimeOnly 'ch.qos.logback:logback-core:1.5.13'
2828

2929
compileOnly 'org.projectlombok:lombok:1.18.36'
3030
annotationProcessor 'org.projectlombok:lombok:1.18.36'

0 commit comments

Comments
 (0)