Skip to content

Commit efe0ba7

Browse files
Bump springboot.version from 3.5.5 to 3.5.7 (#2427)
Bumps `springboot.version` from 3.5.5 to 3.5.7. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.5 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.7) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.5 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e249c87 commit efe0ba7

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
@@ -16,7 +16,7 @@
1616
</description>
1717

1818
<properties>
19-
<springboot.version>3.5.5</springboot.version>
19+
<springboot.version>3.5.7</springboot.version>
2020
</properties>
2121

2222
<dependencyManagement>

examples/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</description>
1717

1818
<properties>
19-
<springboot.version>3.5.5</springboot.version>
19+
<springboot.version>3.5.7</springboot.version>
2020
</properties>
2121

2222
<dependencyManagement>

0 commit comments

Comments
 (0)