diff --git a/README.md b/README.md index 88409058..4ec0b47a 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ integration test. ### Version 1.4.1 (?????) * Fixed [#16](https://github.com/adangel/liquibase-percona/issues/16): Failing test PerconaAddForeignKeyConstraintChangeTest +* Fixed [#18](https://github.com/adangel/liquibase-percona/issues/18): Use spotbugs instead of findbugs ### Version 1.4.0 (2017-07-21) diff --git a/pom.xml b/pom.xml index 05a757aa..dfe10c15 100644 --- a/pom.xml +++ b/pom.xml @@ -136,12 +136,12 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.4 + com.github.spotbugs + spotbugs-maven-plugin + 3.1.1 - findbugs + spotbugs check