We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55c239c + 5d64437 commit e9b1853Copy full SHA for e9b1853
1 file changed
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation 'org.apache.commons:commons-lang3:3.19.0'
33
34
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
35
- testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
36
testImplementation 'org.mockito:mockito-core:5.20.0'
37
testImplementation 'org.springframework:spring-test:6.2.11'
38
testImplementation 'io.projectreactor:reactor-test:3.7.11'
0 commit comments