Skip to content

Commit 5c1d64c

Browse files
Bump the spring-dependencies group across 1 directory with 3 updates
Bumps the spring-dependencies group with 3 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.8 to 3.5.9 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-dependencies - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring-dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49b53bc commit 5c1d64c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.8</version>
8+
<version>3.5.10</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -19,8 +19,8 @@
1919

2020
<properties>
2121
<java.version>17</java.version>
22-
<spring.boot.version>3.5.8</spring.boot.version>
23-
<spring-cloud.version>2025.0.0</spring-cloud.version>
22+
<spring.boot.version>3.5.10</spring.boot.version>
23+
<spring-cloud.version>2025.1.1</spring-cloud.version>
2424
<commons-logging.version>1.3.5</commons-logging.version>
2525
<dependency-check-maven.version>12.2.0</dependency-check-maven.version>
2626
<netty.version>4.2.7.Final</netty.version>

0 commit comments

Comments
 (0)