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 6afba99 commit 21ebf95Copy full SHA for 21ebf95
build.gradle
@@ -503,7 +503,7 @@ dependencies {
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.13.4'
506
- testImplementation group: 'io.projectreactor', name: 'reactor-test', version: '3.7.8'
+ testImplementation group: 'io.projectreactor', name: 'reactor-test', version: '3.7.9'
507
testImplementation 'org.springframework.security:spring-security-test:6.5.2'
508
509
// https://mvnrepository.com/artifact/org.awaitility/awaitility
0 commit comments