Skip to content

Commit a3e05a5

Browse files
Bump spring.boot.version from 2.5.1 to 2.5.2
Bumps `spring.boot.version` from 2.5.1 to 2.5.2. Updates `spring-boot` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2) Updates `spring-boot-autoconfigure` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2) Updates `spring-boot-actuator` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2) Updates `spring-boot-test` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2) Updates `spring-boot-starter-web` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2) Updates `spring-boot-starter-actuator` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-actuator dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 738bf20 commit a3e05a5

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.5.1</spring.boot.version>
19+
<spring.boot.version>2.5.2</spring.boot.version>
2020
</properties>
2121

2222
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<apache.commons.compress>1.20</apache.commons.compress>
6060
<apache.commons.io>2.10.0</apache.commons.io>
6161
<common.codec.version>1.15</common.codec.version>
62-
<spring.boot.version>2.5.1</spring.boot.version>
62+
<spring.boot.version>2.5.2</spring.boot.version>
6363
<spring.version>5.3.8</spring.version>
6464
<prometheus.client.version>0.11.0</prometheus.client.version>
6565

0 commit comments

Comments
 (0)