Skip to content

Commit 0bc97ae

Browse files
committed
Upgrade to Jackson Bom 2.20.0-rc1
Closes gh-46815
1 parent 9401e80 commit 0bc97ae

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ checkstyleToolVersion=10.12.4
1111
commonsCodecVersion=1.19.0
1212
graalVersion=22.3
1313
hamcrestVersion=3.0
14-
jacksonVersion=2.19.2
14+
jacksonVersion=2.20.0-rc1
1515
javaFormatVersion=0.0.47
1616
junitJupiterVersion=5.13.4
1717
kotlinVersion=2.2.0

platform/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ bom {
682682
}
683683
}
684684
library("Jackson Bom", "${jacksonVersion}") {
685-
prohibit {
686-
contains "-rc"
687-
because "we don't want release candidates"
688-
}
689685
group("com.fasterxml.jackson") {
690686
bom("jackson-bom")
691687
}

0 commit comments

Comments
 (0)