Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dependencies {
// dependency on it during compilation
apiv("com.beust:jcommander")
apiv("org.checkerframework:checker-qual", "checkerframework")
apiv("com.fasterxml.jackson.core:jackson-annotations", "jackson")
apiv("com.fasterxml.jackson.core:jackson-core", "jackson")
apiv("com.fasterxml.jackson.core:jackson-databind", "jackson")
apiv("com.fasterxml.jackson:jackson-bom", "jackson")
apiv("com.github.stephenc.jcip:jcip-annotations")
apiv("com.google.guava:guava")
apiv("com.google.protobuf:protobuf-java", "protobuf")
Expand Down
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ plugins {
// and "implementation" is for dependencies that do not participate in API
dependencies {
api(project(":metrics"))
api(platform("com.fasterxml.jackson:jackson-bom"))
api("com.fasterxml.jackson.core:jackson-annotations")
api("com.fasterxml.jackson.core:jackson-databind")
api("com.google.protobuf:protobuf-java")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hsqldb.version=2.4.1
h2.version=1.4.197
httpclient5.version=5.5
httpcore5.version=5.3.5
jackson.version=2.15.4
jackson.version=2.18.4.1
jcip-annotations.version=1.0-1
jcommander.version=1.72
jetty.version=9.4.58.v20250814
Expand Down
Loading