Skip to content

Commit d49bda2

Browse files
committed
chore: update other deps
1 parent 4245fab commit d49bda2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 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'
23-
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
22+
testImplementation 'ch.qos.logback:logback-classic:1.4.14'
23+
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:3.0.1'
2424
testImplementation "org.assertj:assertj-core:3.25.3"
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.4.12'
2828

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

0 commit comments

Comments
 (0)