Skip to content

Commit 9781ed7

Browse files
Bump springboot.version from 3.5.6 to 4.0.0
Bumps `springboot.version` from 3.5.6 to 4.0.0. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.6 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...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] <support@github.com>
1 parent 6f37bdc commit 9781ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/spring-web/pom.xml

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

1818
<properties>
1919
<maven.compiler.release>17</maven.compiler.release>
20-
<springboot.version>3.5.6</springboot.version>
20+
<springboot.version>4.0.0</springboot.version>
2121
</properties>
2222

2323
<dependencyManagement>

examples/springboot/pom.xml

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

1818
<properties>
1919
<maven.compiler.release>17</maven.compiler.release>
20-
<springboot.version>3.5.6</springboot.version>
20+
<springboot.version>4.0.0</springboot.version>
2121
</properties>
2222

2323
<dependencyManagement>

0 commit comments

Comments
 (0)