Skip to content

Commit 4fd11d2

Browse files
Bump org.flywaydb:flyway-core from 10.10.0 to 10.13.0 (#1116)
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.10.0 to 10.13.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.10.0...flyway-10.13.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core 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 ee3ecca commit 4fd11d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var sqliteVersion = "3.45.0.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:10.10.0'
10+
implementation 'org.flywaydb:flyway-core:10.13.0'
1111
implementation "org.jooq:jooq:$jooqVersion"
1212

1313
implementation project(':utils')

0 commit comments

Comments
 (0)