Skip to content

Commit

Permalink
Upgrade Spring Cloud version to be compatible with Spring Boot 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Dec 9, 2024
1 parent cd6fc8d commit 3b2655a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion complete/reading/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

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

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion initial/reading/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

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

dependencies {
Expand Down

0 comments on commit 3b2655a

Please sign in to comment.