Skip to content

Commit

Permalink
Bump liquibase (#3476)
Browse files Browse the repository at this point in the history
* Update liquibase-core to 3.10.2

which was originally done by dependabot at #3464

now that we ruled out that the failing tests were due to this version we can update it again

* Update liquibase maven plugin

which was originally done by dependabot at #3470
  • Loading branch information
teleivo committed Aug 8, 2020
1 parent 6efe06d commit 6cb7e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>3.8.9</version>
<version>3.10.2</version>
<configuration>
<changeLogFile>../api/src/main/resources/${changelogfile}</changeLogFile>
<diffTypes>${diffTypes}</diffTypes>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.8.9</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 6cb7e71

Please sign in to comment.