diff --git a/backend/build.gradle b/backend/build.gradle index c2119a80cf..54b82a3a78 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'org.liquibase:liquibase-core:4.29.1' + classpath 'org.liquibase:liquibase-core:4.31.0' } } @@ -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.0' implementation 'org.postgresql:postgresql:42.7.4' // data validation @@ -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.0' liquibaseRuntime 'info.picocli:picocli:4.7.5' } @@ -206,7 +206,7 @@ liquibase { activities { main { driver "org.postgresql.Driver" - changelogFile "/db/changelog/db.changelog-master.yaml" + changelogFile "/db.changelog/db.changelog-master.yaml" url dbConnectionString username "simple_report_migrations" password "migrations456" diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 19f1ed3917..2102cd5b3c 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -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 @@ -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 @@ -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.0=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