Skip to content

Commit

Permalink
Merge pull request #26 from spring-guides/dependabot/gradle/complete/…
Browse files Browse the repository at this point in the history
…bookstore/main/guide-dependencies-gradle-e8dcadabfb

Bump the guide-dependencies-gradle group across 4 directories with 1 update
  • Loading branch information
ryanjbaxter authored Dec 9, 2024
2 parents d274671 + 3b2655a commit d3e332e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion complete/bookstore/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand Down
4 changes: 2 additions & 2 deletions complete/reading/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand All @@ -13,7 +13,7 @@ repositories {
}

ext {
springCloudVersion = '2023.0.2'
springCloudVersion = '2024.0.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion initial/bookstore/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand Down
4 changes: 2 additions & 2 deletions initial/reading/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand All @@ -13,7 +13,7 @@ repositories {
}

ext {
springCloudVersion = '2023.0.2'
springCloudVersion = '2024.0.0'
}

dependencies {
Expand Down

0 comments on commit d3e332e

Please sign in to comment.