Skip to content

Commit 57a7142

Browse files
build(deps): bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb8a801 commit 57a7142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-spring/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
implementation 'commons-codec:commons-codec:1.17.1'
3030
implementation 'io.crate:crate-jdbc:2.7.0'
3131
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.2'
32-
implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.3.1'
33-
implementation 'org.springframework.boot:spring-boot-starter-web:3.3.1'
32+
implementation 'org.springframework.boot:spring-boot-starter-jdbc:4.0.0'
33+
implementation 'org.springframework.boot:spring-boot-starter-web:4.0.0'
3434
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2'
3535
testImplementation 'junit:junit:4.13.2'
3636
}

0 commit comments

Comments
 (0)