We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f8139 commit a4ccab1Copy full SHA for a4ccab1
build.gradle
@@ -23,7 +23,7 @@ dependencies {
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'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
27
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
28
29
compileOnly 'org.projectlombok:lombok:1.18.36'
0 commit comments