Skip to content

Commit d9d8aa0

Browse files
authored
Upgrade tools.jackson dependency to 3.1.1 (#451)
1 parent 34bab3e commit d9d8aa0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ configurations {
5656
implementation.extendsFrom(logstashCore, elasticsearchMinimalCore, elasticsearchClient)
5757
}
5858

59-
// TODO: remove this once elasticsearch-java 9.x starts consuming tools.jackson 3.1
59+
// TODO: remove this once elasticsearch-java 9.x starts consuming tools.jackson 3.1.1+
6060
configurations.all {
6161
resolutionStrategy {
62-
force 'tools.jackson.core:jackson-core:3.1.0'
63-
force 'tools.jackson.core:jackson-databind:3.1.0'
62+
force 'tools.jackson.core:jackson-core:3.1.1'
63+
force 'tools.jackson.core:jackson-databind:3.1.1'
6464
}
6565
}
6666

0 commit comments

Comments
 (0)