Skip to content

Commit

Permalink
fix(deps): update dependency org.flywaydb:flyway-core to v9.22.0 (#737)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 1, 2023
1 parent 1f3db02 commit 48624b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation("org.hibernate.orm:hibernate-community-dialects")
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("org.flywaydb:flyway-core:9.21.1")
implementation("org.flywaydb:flyway-core:9.22.0")
implementation("dev.krud:crud-framework-core:$crudFrameworkVersion")
implementation("dev.krud:crud-framework-hibernate5-connector:$crudFrameworkVersion")
implementation("dev.krud:shapeshift:$shapeShiftVersion")
Expand Down

0 comments on commit 48624b9

Please sign in to comment.