Skip to content

Commit 5bd00e4

Browse files
Bump the guide-dependencies-maven group across 4 directories with 2 updates
Bumps the guide-dependencies-maven group with 1 update in the /complete/bookstore directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-maven group with 2 updates in the /complete/reading directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release). Bumps the guide-dependencies-maven group with 1 update in the /initial/bookstore directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-maven group with 2 updates in the /initial/reading directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.5.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.5.0) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2024.0.0 to 2025.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2024.0.0...v2025.0.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.5.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.5.0) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2024.0.0 to 2025.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2024.0.0...v2025.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-maven - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-maven - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: guide-dependencies-maven - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-maven - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-maven - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: guide-dependencies-maven ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4c239c commit 5bd00e4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

complete/bookstore/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
8+
<version>3.5.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

complete/reading/pom.xml

Lines changed: 2 additions & 2 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.4.0</version>
8+
<version>3.5.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
@@ -15,7 +15,7 @@
1515
<description>Demo project for Spring Boot</description>
1616
<properties>
1717
<java.version>17</java.version>
18-
<spring-cloud.version>2024.0.0</spring-cloud.version>
18+
<spring-cloud.version>2025.0.0</spring-cloud.version>
1919
</properties>
2020
<dependencies>
2121
<dependency>

initial/bookstore/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
8+
<version>3.5.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

initial/reading/pom.xml

Lines changed: 2 additions & 2 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.4.0</version>
8+
<version>3.5.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
@@ -15,7 +15,7 @@
1515
<description>Demo project for Spring Boot</description>
1616
<properties>
1717
<java.version>17</java.version>
18-
<spring-cloud.version>2024.0.0</spring-cloud.version>
18+
<spring-cloud.version>2025.0.0</spring-cloud.version>
1919
</properties>
2020
<dependencies>
2121
<dependency>

0 commit comments

Comments
 (0)