Skip to content

Commit

Permalink
chore(deps): update dependency org.flywaydb:flyway-core to v10.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent f04f506 commit ebed3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ maven_install(
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"cn.hutool:hutool-crypto:5.8.28",
"org.yaml:snakeyaml:2.2",
"org.flywaydb:flyway-core:10.13.0",
"org.flywaydb:flyway-core:10.14.0",
"com.cronutils:cron-utils:9.2.1",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"com.lmax:disruptor:4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'
implementation 'cn.hutool:hutool-crypto:5.8.28'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.flywaydb:flyway-core:10.13.0'
implementation 'org.flywaydb:flyway-core:10.14.0'
implementation 'com.cronutils:cron-utils:9.2.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
implementation 'com.lmax:disruptor:4.0.0'
Expand Down

0 comments on commit ebed3af

Please sign in to comment.