Skip to content

Commit ef821fd

Browse files
Bump the spring-dependencies group with 3 updates
Bumps the spring-dependencies group with 3 updates: [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 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.1.1 to 2025.1.2 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2025.1.1...v2025.1.2) Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring-dependencies - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: spring-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3e5e7a commit ef821fd

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>4.0.6</version>
8+
<version>4.1.0</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>4.0.6</spring.boot.version>
23-
<spring-cloud.version>2025.1.1</spring-cloud.version>
22+
<spring.boot.version>4.1.0</spring.boot.version>
23+
<spring-cloud.version>2025.1.2</spring-cloud.version>
2424
<commons-logging.version>1.3.6</commons-logging.version>
2525
<dependency-check-maven.version>12.2.2</dependency-check-maven.version>
2626
</properties>

0 commit comments

Comments
 (0)