Skip to content

Commit

Permalink
Revert "chore(dependencies): upgrade liquibase to 4.27.0 (#1184)" (#1187
Browse files Browse the repository at this point in the history
)

This reverts commit 4ff407e.

Turns out that we don't need liquibase 4.27.0 to fix migration issues with postgres.
spinnaker/clouddriver#6217 fixes the migration with 4.24.0.
  • Loading branch information
dbyron-sf committed Jun 7, 2024
1 parent 4ff407e commit fba3eea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,11 @@ dependencies {
api("org.jetbrains.spek:spek-junit-platform-engine:${versions.spek}")
api("org.jetbrains.spek:spek-junit-platform-runner:${versions.spek}")
api("org.jetbrains.spek:spek-subject-extension:${versions.spek}")
api("org.liquibase:liquibase-core:4.27.0")
api("org.liquibase:liquibase-core"){
version {
strictly "4.24.0"
}
}
api("org.objenesis:objenesis:2.5.1")
api("org.pf4j:pf4j:3.10.0")
// pf4j:3.10.0 brings in slf4j-api:2.0.6 which is not compatible with logback 1.2.x.
Expand Down

0 comments on commit fba3eea

Please sign in to comment.