Skip to content

Commit 8e18350

Browse files
build(deps): bump spring.boot.version from 3.2.4 to 3.2.5
Bumps `spring.boot.version` from 3.2.4 to 3.2.5. Updates `org.springframework.boot:spring-boot` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-actuator` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-test` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) --- 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 76a28be commit 8e18350

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/examples-release-17/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
</build>
120120
<properties>
121121
<junit-jupiter.version>5.10.2</junit-jupiter.version>
122-
<spring.boot.version>3.2.4</spring.boot.version>
122+
<spring.boot.version>3.2.5</spring.boot.version>
123123
</properties>
124124
</project>

examples/examples-release-18/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@
120120
</build>
121121
<properties>
122122
<junit-jupiter.version>5.10.2</junit-jupiter.version>
123-
<spring.boot.version>3.2.4</spring.boot.version>
123+
<spring.boot.version>3.2.5</spring.boot.version>
124124
</properties>
125125
</project>

examples/examples-release-19/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@
124124
</build>
125125
<properties>
126126
<junit-jupiter.version>5.10.2</junit-jupiter.version>
127-
<spring.boot.version>3.2.4</spring.boot.version>
127+
<spring.boot.version>3.2.5</spring.boot.version>
128128
</properties>
129129
</project>

examples/examples-release-20/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@
124124
</build>
125125
<properties>
126126
<junit-jupiter.version>5.10.2</junit-jupiter.version>
127-
<spring.boot.version>3.2.4</spring.boot.version>
127+
<spring.boot.version>3.2.5</spring.boot.version>
128128
</properties>
129129
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<apache.commons.compress>1.26.1</apache.commons.compress>
6666
<apache.commons.io>2.16.1</apache.commons.io>
6767
<common.codec.version>1.16.1</common.codec.version>
68-
<spring.boot.version>3.2.4</spring.boot.version>
68+
<spring.boot.version>3.2.5</spring.boot.version>
6969
<spring.version>6.1.6</spring.version>
7070
<prometheus.client.version>0.16.0</prometheus.client.version>
7171
<reflections.version>0.10.2</reflections.version>

0 commit comments

Comments
 (0)