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 250e002 + 3c21043 commit f19934fCopy full SHA for f19934f
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
28
compileOnly 'org.projectlombok:lombok:1.18.32'
29
annotationProcessor 'org.projectlombok:lombok:1.18.32'
30
- testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {
+ testImplementation('org.springframework.boot:spring-boot-starter-test:3.3.0') {
31
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
32
}
33
0 commit comments