Commit 24d4c2b 1 parent f6670bd commit 24d4c2b Copy full SHA for 24d4c2b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ dependencies {
97
97
implementation(" io.ktor:ktor-serialization-kotlinx-json" )
98
98
implementation(" io.ktor:ktor-server-mustache" )
99
99
implementation(" ch.qos.logback:logback-classic:1.5.12" )
100
- implementation(" org.flywaydb:flyway-core:10.20.0 " )
101
- implementation(" org.flywaydb:flyway-database-postgresql:10.20.0 " )
102
- implementation(platform(" org.jdbi:jdbi3-bom:3.46 .0" ))
100
+ implementation(" org.flywaydb:flyway-core:10.20.1 " )
101
+ implementation(" org.flywaydb:flyway-database-postgresql:10.20.1 " )
102
+ implementation(platform(" org.jdbi:jdbi3-bom:3.47 .0" ))
103
103
implementation(" org.postgresql:postgresql:42.7.4" )
104
104
implementation(" org.jdbi:jdbi3-core" )
105
105
implementation(" org.jdbi:jdbi3-sqlobject" )
You can’t perform that action at this time.
0 commit comments