Skip to content

Commit bb3f9b2

Browse files
committed
build: upgrade flyway with fallback module name
1 parent 3c68d9a commit bb3f9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/jooby-flyway/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
requires static com.github.spotbugs.annotations;
1212
requires typesafe.config;
1313
requires java.sql;
14-
requires org.flywaydb.core;
14+
requires flyway.core;
1515
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<hibernate.version>6.6.13.Final</hibernate.version>
7676
<ebean.version>15.11.0</ebean.version>
7777
<jdbi.version>3.49.1</jdbi.version>
78-
<flyway.version>9.22.3</flyway.version>
78+
<flyway.version>11.8.0</flyway.version>
7979
<graphql-java.version>23.1</graphql-java.version>
8080
<lettuce.version>6.5.5.RELEASE</lettuce.version>
8181
<commons-pool2.version>2.12.1</commons-pool2.version>

0 commit comments

Comments
 (0)