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 1e15e64 + ed1a021 commit 3483617Copy full SHA for 3483617
build.gradle
@@ -38,8 +38,8 @@ dependencies {
38
runtimeOnly 'com.h2database:h2'
39
40
testImplementation('org.springframework.boot:spring-boot-starter-test')
41
- testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2')
42
- testRuntime('org.junit.jupiter:junit-jupiter-engine:5.4.2')
+ testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.2')
+ testRuntime('org.junit.jupiter:junit-jupiter-engine:5.7.2')
43
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
44
45
0 commit comments