Skip to content

Commit

Permalink
fix: fixing flyway version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed May 21, 2024
1 parent db6dc6a commit 8f10766
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<netty.version>4.1.109.Final</netty.version>
<testcontainers.version>1.19.8</testcontainers.version>
<oci.revision>${project.version}</oci.revision>
<flyway.version>10.13.0</flyway.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -160,7 +161,11 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.22.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-oracle</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8f10766

Please sign in to comment.