From 5896741ed200b730499a51dbceb0b2d18cb2eddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 18 Aug 2024 15:10:29 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.27.0 to 4.29.1 in /backend --- backend/build.gradle | 2 +- backend/gradle.lockfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 9e7a8f29cb1..3ae381cc3a3 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.hypersistence:hypersistence-utils-hibernate-62:3.7.6' // this provides additional types for JsonB and for ListArray types in Postgres - implementation 'org.liquibase:liquibase-core:4.27.0' + implementation 'org.liquibase:liquibase-core:4.29.1' implementation 'org.postgresql:postgresql:42.7.3' // data validation diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 31e15c8777b..ad585434623 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -72,7 +72,7 @@ commons-codec:commons-codec:1.15=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.11.0=compileClasspath,runtimeClasspath +commons-io:commons-io:2.16.1=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 @@ -136,7 +136,7 @@ net.minidev:json-smart:2.4.11=compileClasspath,runtimeClasspath org.antlr:antlr4-runtime:4.10.1=compileClasspath,runtimeClasspath org.apache.commons:commons-collections4:4.4=compileClasspath,runtimeClasspath org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath -org.apache.commons:commons-text:1.11.0=compileClasspath,runtimeClasspath +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath org.apache.httpcomponents.client5:httpclient5:5.2.3=compileClasspath,runtimeClasspath org.apache.httpcomponents.core5:httpcore5-h2:5.2.4=compileClasspath,runtimeClasspath org.apache.httpcomponents.core5:httpcore5:5.2.4=compileClasspath,runtimeClasspath @@ -173,7 +173,7 @@ org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22=compileClasspath,runtimeClasspa org.jetbrains.kotlin:kotlin-stdlib:1.8.22=compileClasspath,runtimeClasspath org.jetbrains:annotations:13.0=compileClasspath,runtimeClasspath org.json:json:20231013=compileClasspath,runtimeClasspath -org.liquibase:liquibase-core:4.27.0=compileClasspath,runtimeClasspath +org.liquibase:liquibase-core:4.29.1=compileClasspath,runtimeClasspath org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath,runtimeClasspath org.ow2.asm:asm:9.3=compileClasspath,runtimeClasspath org.owasp.encoder:encoder:1.2=compileClasspath,runtimeClasspath