Skip to content

Commit 8aae731

Browse files
Bump spring.boot.version from 3.5.6 to 4.0.2
Bumps `spring.boot.version` from 3.5.6 to 4.0.2. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.6 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.6 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.5.6 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.5.6 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) Updates `org.springframework.boot:spring-boot-starter` from 3.5.6 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) Updates `org.springframework.boot:spring-boot-starter-security` from 3.5.6 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-tomcat dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-security dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6c6cbb commit 8aae731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<maven.compiler.source>17</maven.compiler.source>
4747
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
4848
<!-- make sure that spring core and spring boot versions are compatible-->
49-
<spring.boot.version>3.5.6</spring.boot.version>
49+
<spring.boot.version>4.0.2</spring.boot.version>
5050
<spring.core.version>6.2.12</spring.core.version>
5151
<spring.security.version>6.5.6</spring.security.version>
5252
<spring.security.oauth2.version>6.5.6</spring.security.oauth2.version>

0 commit comments

Comments
 (0)