Skip to content

Commit afd930f

Browse files
authored
Merge pull request #28 from spring-guides/dependabot/gradle/complete/bookstore/main/guide-dependencies-gradle-cc10b14d29
Bump the guide-dependencies-gradle group across 4 directories with 2 updates
2 parents f4c239c + 7fa0154 commit afd930f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

complete/bookstore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
3+
id 'org.springframework.boot' version '3.5.0'
44
id 'io.spring.dependency-management' version '1.1.5'
55
}
66

complete/reading/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
3+
id 'org.springframework.boot' version '3.5.0'
44
id 'io.spring.dependency-management' version '1.1.5'
55
}
66

@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
ext {
16-
springCloudVersion = '2024.0.0'
16+
springCloudVersion = '2025.0.0'
1717
}
1818

1919
dependencies {

initial/bookstore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
3+
id 'org.springframework.boot' version '3.5.0'
44
id 'io.spring.dependency-management' version '1.1.5'
55
}
66

initial/reading/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
3+
id 'org.springframework.boot' version '3.5.0'
44
id 'io.spring.dependency-management' version '1.1.5'
55
}
66

@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
ext {
16-
springCloudVersion = '2024.0.0'
16+
springCloudVersion = '2025.0.0'
1717
}
1818

1919
dependencies {

0 commit comments

Comments
 (0)