File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ plugins {
3131// and "implementation" is for dependencies that do not participate in API
3232dependencies {
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" )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ hsqldb.version=2.4.1
6767h2.version =1.4.197
6868httpclient5.version =5.5
6969httpcore5.version =5.3.5
70- jackson.version =2.15.4
70+ jackson.version =2.18.4.1
7171jcip-annotations.version =1.0-1
7272jcommander.version =1.72
7373jetty.version =9.4.58.v20250814
You can’t perform that action at this time.
0 commit comments