Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.liquibase:liquibase-core from 4.29.1 to 4.31.0 in /backend #8436

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'org.liquibase:liquibase-core:4.29.1'
classpath 'org.liquibase:liquibase-core:4.31.1'
}
}

Expand Down Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
// this provides additional types for JsonB and for ListArray types in Postgres
implementation 'io.hypersistence:hypersistence-utils-hibernate-62:3.7.6'
implementation 'org.liquibase:liquibase-core:4.29.1'
implementation 'org.liquibase:liquibase-core:4.31.1'
implementation 'org.postgresql:postgresql:42.7.4'

// data validation
Expand Down Expand Up @@ -160,7 +160,7 @@ dependencies {
implementation 'org.bouncycastle:bcpkix-jdk18on:1.79'

// Needed for Liquibase Gradle Plugin
liquibaseRuntime 'org.liquibase:liquibase-core:4.29.1'
liquibaseRuntime 'org.liquibase:liquibase-core:4.31.1'
liquibaseRuntime 'info.picocli:picocli:4.7.5'
}

Expand Down Expand Up @@ -206,7 +206,7 @@ liquibase {
activities {
main {
driver "org.postgresql.Driver"
changelogFile "/db/changelog/db.changelog-master.yaml"
changelogFile "src/main/resources/db/changelog/db.changelog-master.yaml"
url dbConnectionString
username "simple_report_migrations"
password "migrations456"
Expand Down
6 changes: 3 additions & 3 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commons-codec:commons-codec:1.16.1=compileClasspath,runtimeClasspath
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath
commons-digester:commons-digester:2.1=compileClasspath,runtimeClasspath
commons-fileupload:commons-fileupload:1.5=compileClasspath,runtimeClasspath
commons-io:commons-io:2.16.1=compileClasspath,runtimeClasspath
commons-io:commons-io:2.18.0=compileClasspath,runtimeClasspath
commons-logging:commons-logging:1.3.2=compileClasspath,runtimeClasspath
commons-validator:commons-validator:1.9.0=compileClasspath,runtimeClasspath
io.github.openfeign.form:feign-form-spring:3.8.0=compileClasspath,runtimeClasspath
Expand Down Expand Up @@ -139,7 +139,7 @@ net.minidev:json-smart:2.5.1=compileClasspath,runtimeClasspath
org.antlr:antlr4-runtime:4.13.0=compileClasspath,runtimeClasspath
org.apache.commons:commons-collections4:4.4=compileClasspath,runtimeClasspath
org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath
org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath
org.apache.commons:commons-text:1.13.0=compileClasspath,runtimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.3.1=compileClasspath,runtimeClasspath
org.apache.httpcomponents.core5:httpcore5-h2:5.2.5=compileClasspath,runtimeClasspath
org.apache.httpcomponents.core5:httpcore5:5.2.5=compileClasspath,runtimeClasspath
Expand Down Expand Up @@ -174,7 +174,7 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.9.25=compileClasspath,runtimeClasspath
org.jetbrains:annotations:13.0=compileClasspath,runtimeClasspath
org.json:json:20231013=compileClasspath,runtimeClasspath
org.liquibase:liquibase-core:4.29.1=compileClasspath,runtimeClasspath
org.liquibase:liquibase-core:4.31.1=compileClasspath,runtimeClasspath
org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath,runtimeClasspath
org.ow2.asm:asm:9.6=compileClasspath,runtimeClasspath
org.owasp.encoder:encoder:1.3.1=compileClasspath,runtimeClasspath
Expand Down
Loading