We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d9562 commit 92887d9Copy full SHA for 92887d9
build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
implementation 'ch.qos.logback:logback-classic:1.3.14'
36
37
testImplementation 'org.projectlombok:lombok:1.18.24'
38
- testImplementation platform('org.junit:junit-bom:5.10.0')
+ testImplementation platform('org.junit:junit-bom:5.10.2')
39
testImplementation 'org.junit.jupiter:junit-jupiter'
40
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
41
testImplementation 'org.mockito:mockito-core:4.11.0'
0 commit comments