Skip to content

Commit 84d01bc

Browse files
chore: [DevOps] bump org.springframework.boot:spring-boot-maven-plugin
Bumps the plugins group with 1 update: [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). 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-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e94b1bc commit 84d01bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<spring-boot.version>3.5.7</spring-boot.version>
36+
<spring-boot.version>4.0.0</spring-boot.version>
3737
<logback.version>1.5.21</logback.version>
3838
<cf-logging.version>4.0.0</cf-logging.version>
3939
<apache-tomcat-embed.version>11.0.13</apache-tomcat-embed.version>

0 commit comments

Comments
 (0)