Skip to content

Commit bc58df3

Browse files
committed
Prohibit upgrades to Liquibase 4.21.1
See gh-34983
1 parent 26c98ed commit bc58df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ bom {
803803
}
804804
library("Liquibase", "4.20.0") {
805805
prohibit {
806-
versionRange "[4.21.0,4.21.1)"
806+
versionRange "[4.21.0,4.21.2)"
807807
because "https://github.com/liquibase/liquibase/issues/4135"
808808
}
809809
group("org.liquibase") {

0 commit comments

Comments
 (0)