Skip to content

Commit

Permalink
Bumps spring boot to v3.4.0 and spring cloud to v2024.0.0 (#466)
Browse files Browse the repository at this point in the history
Signed-off-by: kvmw <[email protected]>
  • Loading branch information
kvmw authored Dec 4, 2024
1 parent af3e87f commit a6db916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ buildscript {
apply plugin: "io.spring.nohttp"

ext {
springBootVersion = "3.3.5"
springCloudVersion = "2023.0.3"
springBootVersion = "3.4.0"
springCloudVersion = "2024.0.0"
javaCfEnvVersion = "3.3.0"
nohttpVersion = "0.0.11"
wireMockVersion = "3.9.2"
Expand Down

0 comments on commit a6db916

Please sign in to comment.