We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0ce4c commit 708e046Copy full SHA for 708e046
build.gradle
@@ -131,8 +131,8 @@ dependencies {
131
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0'
132
133
// 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"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"
+ implementation "com.fasterxml.jackson.core:jackson-annotations:2.16.1"
136
137
// used for serializing/deserializing rcf models.
138
implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'
0 commit comments