Skip to content

Commit

Permalink
Update Jackson to 2.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Jan 23, 2024
1 parent f3a2738 commit a81686a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,8 @@ dependencies {
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0'

// force Jackson version to avoid version conflict issue
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.1"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1"

// used for serializing/deserializing rcf models.
implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'
Expand Down Expand Up @@ -899,4 +899,4 @@ tasks.withType(AbstractPublishToMaven) {
onlyIf("Publishing only ZIP distributions") {
predicate.get()
}
}
}

0 comments on commit a81686a

Please sign in to comment.