We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442fc4f commit 3754571Copy full SHA for 3754571
spring-only-app-example/build.gradle.kts
@@ -6,7 +6,7 @@ description = "Spring only application with embedded database"
6
7
dependencies {
8
implementation(platform(project(":internal-bom")))
9
- implementation(platform("org.springframework:spring-framework-bom:6.2.10"))
+ implementation(platform("org.springframework:spring-framework-bom:6.2.11"))
10
11
implementation("org.springframework:spring-context")
12
implementation("org.springframework:spring-jdbc")
0 commit comments