Skip to content

Commit d1deb50

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 3.4.2 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be7245e commit d1deb50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java-spring/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.10")
11+
classpath("org.springframework.boot:spring-boot-gradle-plugin:4.0.2")
1212
}
1313
}
1414

@@ -28,10 +28,10 @@ repositories {
2828
dependencies {
2929
implementation 'commons-codec:commons-codec:1.17.1'
3030
implementation 'io.crate:crate-jdbc:2.7.0'
31-
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.5.10'
32-
implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.5.10'
33-
implementation 'org.springframework.boot:spring-boot-starter-web:3.5.10'
34-
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.5.10'
31+
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:4.0.2'
32+
implementation 'org.springframework.boot:spring-boot-starter-jdbc:4.0.2'
33+
implementation 'org.springframework.boot:spring-boot-starter-web:4.0.2'
34+
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.0.2'
3535
testImplementation 'junit:junit:4.13.2'
3636
}
3737

0 commit comments

Comments
 (0)