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 4afef91 + 7be8bc5 commit 582a6cdCopy full SHA for 582a6cd
backend/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
testImplementation('org.springframework.boot:spring-boot-starter-test') {
25
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
26
}
27
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
28
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
29
// end::tests[]
30
0 commit comments