Skip to content

Commit 3a93e80

Browse files
authored
Merge pull request #5843 from espoon-voltti/dependabot/gradle/service/org.jdbi-jdbi3-bom-3.46.0
Bump org.jdbi:jdbi3-bom from 3.45.0 to 3.46.0 in /service
2 parents 24d03a8 + 96cd933 commit 3a93e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/evaka-bom/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
// Spring Boot specifies a version constraint for Jetty, but we have other libraries relying
6464
// on an older version -> we enforce a specific Jetty BOM version and ignore Spring Boot
6565
api(enforcedPlatform("org.eclipse.jetty:jetty-bom:11.0.20"))
66-
api(platform("org.jdbi:jdbi3-bom:3.45.0"))
66+
api(platform("org.jdbi:jdbi3-bom:3.46.0"))
6767
api(platform(libs.kotlin.bom))
6868
api(platform("org.junit:junit-bom:5.11.0"))
6969
api(platform(libs.spring.boot.dependencies))

0 commit comments

Comments
 (0)