We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c1fd3 commit 7658b8eCopy full SHA for 7658b8e
1 file changed
build.gradle
@@ -19,12 +19,12 @@ dependencies {
19
20
testImplementation 'org.mockito:mockito-core:4.9.0'
21
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
22
- testImplementation 'ch.qos.logback:logback-classic:1.2.11'
+ testImplementation 'ch.qos.logback:logback-classic:1.5.13'
23
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
24
testImplementation "org.assertj:assertj-core:3.26.0"
25
testImplementation "org.hamcrest:hamcrest:2.2"
26
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
27
- testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
+ testRuntimeOnly 'ch.qos.logback:logback-core:1.5.13'
28
29
compileOnly 'org.projectlombok:lombok:1.18.36'
30
annotationProcessor 'org.projectlombok:lombok:1.18.36'
0 commit comments