Skip to content

Commit 1e05be2

Browse files
committed
[CALCITE-7171] Update Jackson from 2.15.4 to 2.18.4.1 and switch to using jackson-bom in Avatica
1 parent 9698a96 commit 1e05be2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bom/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ dependencies {
4646
// dependency on it during compilation
4747
apiv("com.beust:jcommander")
4848
apiv("org.checkerframework:checker-qual", "checkerframework")
49-
apiv("com.fasterxml.jackson.core:jackson-annotations", "jackson")
50-
apiv("com.fasterxml.jackson.core:jackson-core", "jackson")
51-
apiv("com.fasterxml.jackson.core:jackson-databind", "jackson")
49+
apiv("com.fasterxml.jackson:jackson-bom", "jackson")
5250
apiv("com.github.stephenc.jcip:jcip-annotations")
5351
apiv("com.google.guava:guava")
5452
apiv("com.google.protobuf:protobuf-java", "protobuf")

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ plugins {
3131
// and "implementation" is for dependencies that do not participate in API
3232
dependencies {
3333
api(project(":metrics"))
34+
api(platform("com.fasterxml.jackson:jackson-bom"))
3435
api("com.fasterxml.jackson.core:jackson-annotations")
3536
api("com.fasterxml.jackson.core:jackson-databind")
3637
api("com.google.protobuf:protobuf-java")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ hsqldb.version=2.4.1
6767
h2.version=1.4.197
6868
httpclient5.version=5.5
6969
httpcore5.version=5.3.5
70-
jackson.version=2.15.4
70+
jackson.version=2.18.4.1
7171
jcip-annotations.version=1.0-1
7272
jcommander.version=1.72
7373
jetty.version=9.4.58.v20250814

0 commit comments

Comments
 (0)