Skip to content

Commit f91cb23

Browse files
build(deps): bump org.springframework.boot in /java/gradle (#1195)
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.+ to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3b3a72 commit f91cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.+'
3+
id 'org.springframework.boot' version '4.0.+'
44
id 'io.spring.dependency-management' version '1.1.+'
55
}
66

0 commit comments

Comments
 (0)