Skip to content

Commit

Permalink
Merge pull request #25 from gocd/dependabot/gradle/org.liquibase-liqu…
Browse files Browse the repository at this point in the history
…ibase-core-3.10.3

Bump liquibase-core from 3.8.9 to 3.10.3
  • Loading branch information
chadlwilson committed Oct 15, 2022
2 parents 09897d8 + 1e1ca8f commit 26a5bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation group: 'me.tongfei', name: 'progressbar', version: '0.9.3'
implementation group: 'org.jooq', name: 'jooq', version: '3.13.1'

implementation group: 'org.liquibase', name: 'liquibase-core', version: '3.8.9'
implementation group: 'org.liquibase', name: 'liquibase-core', version: '3.10.3'
implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1'
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.0.31'
implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity
Expand Down

0 comments on commit 26a5bde

Please sign in to comment.