Skip to content

Commit 4801ee8

Browse files
Bump spring-boot.version from 3.5.7 to 4.0.0
Bumps `spring-boot.version` from 3.5.7 to 4.0.0. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf710b4 commit 4801ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<root.basedir>${project.parent.basedir}</root.basedir>
32-
<spring-boot.version>3.5.7</spring-boot.version>
32+
<spring-boot.version>4.0.0</spring-boot.version>
3333
<!-- We do not want to deploy the `exec` uber jar. -->
3434
<maven.deploy.skip>true</maven.deploy.skip>
3535
</properties>

0 commit comments

Comments
 (0)