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.
2 parents 673045d + 0b6653d commit 250e002Copy full SHA for 250e002
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.18'
25
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
26
testImplementation 'io.contract-testing.contractcase:contract-case:0.1.0'
27
- testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
28
compileOnly 'org.projectlombok:lombok:1.18.32'
29
annotationProcessor 'org.projectlombok:lombok:1.18.32'
30
testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {
0 commit comments