Skip to content

Commit

Permalink
fix(deps): bump org.springframework.cloud:spring-cloud-dependencies f…
Browse files Browse the repository at this point in the history
…rom 2023.0.4 to 2024.0.0 (#207)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 02f8455 commit e7c5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java { toolchain { languageVersion = JavaLanguageVersion.of(21) } }

repositories { mavenCentral() }

val springCloudVersion = "2023.0.4"
val springCloudVersion = "2024.0.0"
val openapiVersion = "2.7.0"
val mockitoKotlinVersion = "5.4.0"
val scrimageVersion = "4.2.0"
Expand Down

0 comments on commit e7c5cb8

Please sign in to comment.