Skip to content

Commit

Permalink
Upgrade to flyway 4.2.0
Browse files Browse the repository at this point in the history
As this will manage the upgrade to later versions more gracefully
  • Loading branch information
andreaceccanti committed Dec 3, 2021
1 parent e5f5247 commit cead8d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<rest-assured.version>2.9.0</rest-assured.version>
<json-path.version>2.2.0</json-path.version>

<flyway.version>4.2.1</flyway.version>
<flyway.version>4.2.0</flyway.version>
<flyway-test.version>4.0</flyway-test.version>
<validator-collection.version>2.2.0</validator-collection.version>

Expand Down Expand Up @@ -210,7 +210,6 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>${flyway.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit cead8d0

Please sign in to comment.