Skip to content

Commit 3c21043

Browse files
build(deps): Bump org.springframework.boot:spring-boot-starter-test
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.7.18 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.18...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 250e002 commit 3c21043

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)