Skip to content

Commit

Permalink
[DCJ-400-gradle]: Bump org.liquibase.gradle from 2.2.1 to 3.0.0 (#1765)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shelby Holden <[email protected]>
  • Loading branch information
dependabot[bot] and snf2ye authored Aug 7, 2024
1 parent 8819761 commit 7611a01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ buildscript {
}
dependencies {
classpath('io.swagger.codegen.v3:swagger-codegen:3.0.52')
// Required for gradle liquibase plugin
classpath ('org.liquibase:liquibase-core:4.26.0')
}
}

plugins {
id 'com.google.cloud.tools.jib' version '3.2.0'
id 'org.liquibase.gradle' version '2.2.1'
id 'org.liquibase.gradle' version '3.0.0'
id 'org.gradle.test-retry' version '1.5.8'
id 'antlr'
id 'org.hidetake.swagger.generator' version '2.19.2'
Expand Down Expand Up @@ -417,7 +419,7 @@ tasks.jib.dependsOn setupGeneratedDir
liquibase {
activities {
datarepo {
changeLogFile project.ext.dbDatarepoChangesetFile
changelogFile project.ext.dbDatarepoChangesetFile
url project.ext.dbDatarepoUri
username project.ext.dbDatarepoUsername
password project.ext.dbDatarepoPassword
Expand Down

0 comments on commit 7611a01

Please sign in to comment.