Skip to content

Commit

Permalink
Bump org.liquibase:liquibase-core from 4.27.0 to 4.29.1 in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and emyl3 committed Aug 23, 2024
1 parent bbc80df commit 0755fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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.27.0'
implementation 'org.liquibase:liquibase-core:4.29.1'
implementation 'org.postgresql:postgresql:42.7.3'

// data validation
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.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
Expand Down Expand Up @@ -139,7 +139,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
Expand Down Expand Up @@ -177,7 +177,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
Expand Down

0 comments on commit 0755fd6

Please sign in to comment.