There was an error while loading. Please reload this page.
1 parent f7f2c4e commit c6b824cCopy full SHA for c6b824c
1 file changed
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation 'com.h2database:h2'
26
27
testImplementation 'org.springframework.boot:spring-boot-starter-test'
28
- testImplementation platform('org.junit:junit-bom:5.10.0')
+ testImplementation platform('org.junit:junit-bom:6.1.3')
29
testImplementation 'org.junit.jupiter:junit-jupiter'
30
}
31
test {
0 commit comments