Skip to content

Commit

Permalink
Update to spring-cloud-dependencies BOM compatible with Spring Boot 3…
Browse files Browse the repository at this point in the history
….2.x

Update to spring-cloud-dependencies 2023.0.x, which is compatible with Spring Boot 3.2.x.
See: https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions#supported-releases
  • Loading branch information
Patrick Strawderman authored and kilink committed Jan 22, 2024
1 parent 6d38468 commit b3278e5
Show file tree
Hide file tree
Showing 29 changed files with 479 additions and 479 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ allprojects {
mavenBom(mapOf("module" to "org.jetbrains.kotlin:kotlin-bom:${Versions.KOTLIN_VERSION}"))

mavenBom(mapOf("module" to "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
mavenBom(mapOf("module" to "org.springframework.cloud:spring-cloud-dependencies:2022.0.0"))
mavenBom(mapOf("module" to "org.springframework.cloud:spring-cloud-dependencies:2023.0.+"))
mavenBom(mapOf("module" to "com.fasterxml.jackson:jackson-bom:2.15.+"))
}
}
Expand Down
36 changes: 18 additions & 18 deletions dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions graphql-dgs-client/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3278e5

Please sign in to comment.