Skip to content

Commit

Permalink
chore(deps): update dependency org.flywaydb:flyway-core to v10.11.1 (#…
Browse files Browse the repository at this point in the history
…973)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 2378b13 commit a74b60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Expand Up @@ -68,7 +68,7 @@ maven_install(
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"cn.hutool:hutool-crypto:5.8.27",
"org.yaml:snakeyaml:2.2",
"org.flywaydb:flyway-core:10.11.0",
"org.flywaydb:flyway-core:10.11.1",
"com.cronutils:cron-utils:9.2.1",
"org.bouncycastle:bcpkix-jdk18on:1.78",
"com.lmax:disruptor:4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'
implementation 'cn.hutool:hutool-crypto:5.8.27'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.flywaydb:flyway-core:10.11.0'
implementation 'org.flywaydb:flyway-core:10.11.1'
implementation 'com.cronutils:cron-utils:9.2.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78'
implementation 'com.lmax:disruptor:4.0.0'
Expand Down

0 comments on commit a74b60a

Please sign in to comment.