Skip to content

Commit

Permalink
chore(deps): update dependency org.flywaydb:flyway-core to v9.22.3 (#741
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 4677b01 commit c3c1a42
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 @@ -53,7 +53,7 @@ maven_install(
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"cn.hutool:hutool-crypto:5.8.22",
"org.yaml:snakeyaml:2.2",
"org.flywaydb:flyway-core:9.22.1",
"org.flywaydb:flyway-core:9.22.3",
"com.cronutils:cron-utils:9.2.1",

"org.springframework.boot:spring-boot-devtools:3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'
implementation 'cn.hutool:hutool-crypto:5.8.22'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.flywaydb:flyway-core:9.22.1'
implementation 'org.flywaydb:flyway-core:9.22.3'
implementation 'com.cronutils:cron-utils:9.2.1'

//developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down

0 comments on commit c3c1a42

Please sign in to comment.