We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9401e80 commit 0bc97aeCopy full SHA for 0bc97ae
gradle.properties
@@ -11,7 +11,7 @@ checkstyleToolVersion=10.12.4
11
commonsCodecVersion=1.19.0
12
graalVersion=22.3
13
hamcrestVersion=3.0
14
-jacksonVersion=2.19.2
+jacksonVersion=2.20.0-rc1
15
javaFormatVersion=0.0.47
16
junitJupiterVersion=5.13.4
17
kotlinVersion=2.2.0
platform/spring-boot-dependencies/build.gradle
@@ -682,10 +682,6 @@ bom {
682
}
683
684
library("Jackson Bom", "${jacksonVersion}") {
685
- prohibit {
686
- contains "-rc"
687
- because "we don't want release candidates"
688
- }
689
group("com.fasterxml.jackson") {
690
bom("jackson-bom")
691
0 commit comments