Skip to content

Commit f19934f

Browse files
authored
Merge pull request #4 from case-contract-testing/dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.3.0
build(deps): Bump org.springframework.boot:spring-boot-starter-test from 2.7.18 to 3.3.0
2 parents 250e002 + 3c21043 commit f19934f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
2828
compileOnly 'org.projectlombok:lombok:1.18.32'
2929
annotationProcessor 'org.projectlombok:lombok:1.18.32'
30-
testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {
30+
testImplementation('org.springframework.boot:spring-boot-starter-test:3.3.0') {
3131
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
3232
}
3333
}

0 commit comments

Comments
 (0)