Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
dependencies {
// required by the liquibase plugin; see https://github.com/liquibase/liquibase-gradle-plugin/blob/master/doc/releases.md
// must match the version of liquibase-core specified by liquibaseRuntime below
classpath 'org.liquibase:liquibase-core:4.33.0'
classpath 'org.liquibase:liquibase-core:5.0.1'
}
}

Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {

implementation 'org.apache.commons:commons-lang3:3.20.0'

liquibaseRuntime 'org.liquibase:liquibase-core:4.33.0'
liquibaseRuntime 'org.liquibase:liquibase-core:5.0.1'
liquibaseRuntime 'info.picocli:picocli:4.7.7'
liquibaseRuntime 'org.postgresql:postgresql:42.7.8'
liquibaseRuntime 'ch.qos.logback:logback-classic:1.5.23'
Expand Down