We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24d03a8 + 96cd933 commit 3a93e80Copy full SHA for 3a93e80
service/evaka-bom/build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
63
// Spring Boot specifies a version constraint for Jetty, but we have other libraries relying
64
// on an older version -> we enforce a specific Jetty BOM version and ignore Spring Boot
65
api(enforcedPlatform("org.eclipse.jetty:jetty-bom:11.0.20"))
66
- api(platform("org.jdbi:jdbi3-bom:3.45.0"))
+ api(platform("org.jdbi:jdbi3-bom:3.46.0"))
67
api(platform(libs.kotlin.bom))
68
api(platform("org.junit:junit-bom:5.11.0"))
69
api(platform(libs.spring.boot.dependencies))
0 commit comments