Skip to content

Commit

Permalink
Update liquibase maven plugin
Browse files Browse the repository at this point in the history
which was originally done by dependabot at #3470
  • Loading branch information
teleivo committed Aug 8, 2020
1 parent 275bc14 commit 2b4c4e1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2b4c4e1

Please sign in to comment.