Skip to content

Commit f1ce79d

Browse files
Bump org.flywaydb:flyway-core from 11.8.0 to 11.9.0 (#1248)
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.8.0 to 11.9.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.8.0...flyway-11.9.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 11.9.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>
1 parent 51ce33a commit f1ce79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var sqliteVersion = "3.49.1.0"
77
dependencies {
88
implementation 'com.google.code.findbugs:jsr305:3.0.2'
99
implementation "org.xerial:sqlite-jdbc:${sqliteVersion}"
10-
implementation 'org.flywaydb:flyway-core:11.8.0'
10+
implementation 'org.flywaydb:flyway-core:11.9.0'
1111
implementation "org.jooq:jooq:$jooqVersion"
1212

1313
implementation project(':utils')

0 commit comments

Comments
 (0)