Skip to content

Commit 21fe044

Browse files
Bump spring.boot.version from 2.4.5 to 2.5.0
Bumps `spring.boot.version` from 2.4.5 to 2.5.0. Updates `spring-boot` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v2.5.0) Updates `spring-boot-autoconfigure` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v2.5.0) Updates `spring-boot-actuator` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v2.5.0) Updates `spring-boot-test` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v2.5.0) Updates `spring-boot-starter-web` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v2.5.0) Updates `spring-boot-starter-actuator` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.5...v2.5.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ab2833 commit 21fe044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/examples-release-11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.compiler.source>${java.version}</maven.compiler.source>
1717
<maven.compiler.target>${java.version}</maven.compiler.target>
1818
<junit.version>4.13.1</junit.version>
19-
<spring.boot.version>2.4.5</spring.boot.version>
19+
<spring.boot.version>2.5.0</spring.boot.version>
2020
</properties>
2121

2222
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<apache.commons.compress>1.20</apache.commons.compress>
5959
<apache.commons.io>2.8.0</apache.commons.io>
6060
<common.codec.version>1.15</common.codec.version>
61-
<spring.boot.version>2.4.5</spring.boot.version>
61+
<spring.boot.version>2.5.0</spring.boot.version>
6262
<spring.version>5.3.7</spring.version>
6363
<prometheus.client.version>0.10.0</prometheus.client.version>
6464

0 commit comments

Comments
 (0)