Skip to content

Commit 708e046

Browse files
authored
Update to Jackson 2.16.1 (#1135)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 7c0ce4c commit 708e046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ dependencies {
131131
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0'
132132

133133
// we inherit jackson-core from opensearch core
134-
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0"
135-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.0"
134+
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"
135+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1"
136136

137137
// used for serializing/deserializing rcf models.
138138
implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'

0 commit comments

Comments
 (0)