Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-core from 9.22.3 to 10.0.0
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.22.3 to 10.0.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.22.3...flyway-10.0.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 860941c commit 8b5f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

val mainClass = "no.nav.k9.los.K9LosKt"
val hikariVersion = "5.0.1"
val flywayVersion = "9.22.3"
val flywayVersion = "10.0.0"
val vaultJdbcVersion = "1.3.10"
val koinVersion = "3.4.3"
val kotliqueryVersion = "1.9.0"
Expand Down

0 comments on commit 8b5f433

Please sign in to comment.