Skip to content

Commit 912a7a0

Browse files
Bump spring.boot.version from 2.6.0 to 2.6.1
Bumps `spring.boot.version` from 2.6.0 to 2.6.1. Updates `spring-boot` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1) Updates `spring-boot-autoconfigure` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1) Updates `spring-boot-actuator` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1) Updates `spring-boot-test` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1) Updates `spring-boot-starter-web` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1) Updates `spring-boot-starter-actuator` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.0...v2.6.1) --- 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 a9e8bfe commit 912a7a0

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

2222
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<apache.commons.compress>1.21</apache.commons.compress>
6161
<apache.commons.io>2.11.0</apache.commons.io>
6262
<common.codec.version>1.15</common.codec.version>
63-
<spring.boot.version>2.6.0</spring.boot.version>
63+
<spring.boot.version>2.6.1</spring.boot.version>
6464
<spring.version>5.3.13</spring.version>
6565
<prometheus.client.version>0.12.0</prometheus.client.version>
6666

0 commit comments

Comments
 (0)