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 0e34bf2 commit ebba242Copy full SHA for ebba242
build.gradle
@@ -502,7 +502,7 @@ dependencies {
502
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
503
}
504
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.2.1'
505
- testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
506
testImplementation group: 'io.projectreactor', name: 'reactor-test', version: '3.7.8'
507
testImplementation 'org.springframework.security:spring-security-test:6.5.2'
508
0 commit comments