Skip to content

Commit

Permalink
fix(deps): update flyway to v11 (#1154)
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 Dec 25, 2024
1 parent 97bb338 commit 91f0719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.34",
"org.yaml:snakeyaml:2.3",
"org.flywaydb:flyway-core:10.21.0",
"org.flywaydb:flyway-core:11.1.0",
"com.cronutils:cron-utils:9.2.1",
"org.bouncycastle:bcpkix-jdk18on:1.79",
"com.lmax:disruptor:4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
plugins {
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.21.0'
id 'org.flywaydb.flyway' version '11.1.0'
id 'java'
}

Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'
implementation 'cn.hutool:hutool-crypto:5.8.34'
implementation 'org.yaml:snakeyaml:2.3'
implementation 'org.flywaydb:flyway-database-postgresql:10.21.0'
implementation 'org.flywaydb:flyway-database-postgresql:11.1.0'
implementation 'com.cronutils:cron-utils:9.2.1'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.79'
implementation 'com.lmax:disruptor:4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>10.21.0</version>
<version>11.1.0</version>
<configuration>
<url>jdbc:postgresql://127.0.0.1:5432/postgres</url>
<user>postgres</user>
Expand Down

0 comments on commit 91f0719

Please sign in to comment.