Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump org.flywaydb:flyway-core from 11.14.0 to 11.15.0 (#1338)
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.14.0 to 11.15.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.14.0...flyway-11.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2025
commit f3b36c7074236010127afc1d0129e4a241718e86
2 changes: 1 addition & 1 deletion database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var sqliteVersion = "3.50.1.0"
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation "org.xerial:sqlite-jdbc:${sqliteVersion}"
implementation 'org.flywaydb:flyway-core:11.14.0'
implementation 'org.flywaydb:flyway-core:11.15.0'
implementation "org.jooq:jooq:$jooqVersion"

implementation project(':utils')
Expand Down
Loading