Skip to content

Commit

Permalink
Merge pull request #1355 from Netflix/upgrade-2.7
Browse files Browse the repository at this point in the history
Update DGS framework to Spring Boot 2.7.
  • Loading branch information
srinivasankavitha committed Dec 6, 2022
2 parents 4ad5f5e + 21fbf3a commit 9413a6a
Show file tree
Hide file tree
Showing 27 changed files with 2,052 additions and 1,925 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -50,15 +50,15 @@ allprojects {
// and suggest an upgrade. The only exception currently are those defined
// in buildSrc, most likley because the variables are used in plugins as well
// as dependencies. e.g. KOTLIN_VERSION
extra["sb.version"] = "2.6.12"
extra["sb.version"] = "2.7.5"
val springBootVersion = extra["sb.version"] as String

dependencyRecommendations {
mavenBom(mapOf("module" to "org.jetbrains.kotlin:kotlin-bom:${Versions.KOTLIN_VERSION}"))
mavenBom(mapOf("module" to "org.springframework:spring-framework-bom:5.3.23"))
mavenBom(mapOf("module" to "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"))
mavenBom(mapOf("module" to "org.springframework.security:spring-security-bom:5.7.3"))
mavenBom(mapOf("module" to "org.springframework.cloud:spring-cloud-dependencies:2021.0.2"))
mavenBom(mapOf("module" to "org.springframework.security:spring-security-bom:5.7.4"))
mavenBom(mapOf("module" to "org.springframework.cloud:spring-cloud-dependencies:2021.0.3"))
mavenBom(mapOf("module" to "com.fasterxml.jackson:jackson-bom:2.13.4"))
}
}
Expand Down
102 changes: 51 additions & 51 deletions dependencies.lock

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

0 comments on commit 9413a6a

Please sign in to comment.