Skip to content

Commit

Permalink
update the liquibase gradle plugin to version 3.0.1
Browse files Browse the repository at this point in the history
The 3.0.0 release had a classpath related bug that caused liquibase to fail in most cases.  This was fixed in version 3.0.1.  See liquibase/liquibase-gradle-plugin#151 and liquibase/liquibase-gradle-plugin#154
  • Loading branch information
stevesaliman committed Sep 15, 2024
1 parent 9f080bd commit be26d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/resources/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gradle-git-properties = { id = 'com.gorylenko.gradle-git-properties', version =

node-gradle = { id = 'com.github.node-gradle.node', version = '7.0.2' }

gradle-liquibase = { id = 'org.liquibase.gradle', version = '3.0.0' }
gradle-liquibase = { id = 'org.liquibase.gradle', version = '3.0.1' }

gradle-sonarqube = { id = 'org.sonarqube', version = '5.1.0.4882' }

Expand Down

0 comments on commit be26d68

Please sign in to comment.