Skip to content

Commit c2c3e92

Browse files
[9.4] (backport #451) Upgrade tools.jackson dependency. (#454)
* Upgrade tools.jackson dependency to 3.1.1 (#451) (cherry picked from commit d9d8aa0) * Version bump * Changelog correction --------- Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com> Co-authored-by: Mashhur <mashhur.sattorov@elastic.co>
1 parent 2e9f53d commit c2c3e92

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.4.1
2+
- Upgrades `tools.jackson.core` dependency to 3.1.1 [#454](https://github.com/elastic/logstash-filter-elastic_integration/pull/454)
3+
14
## 9.4.0
25
- Include Elasticsearch web-utils JAR into the plugin to keep `registered_domain` processor dependencies [#397](https://github.com/elastic/logstash-filter-elastic_integration/pull/397)
36
- Fixed `set_security_user` processor to behave consistently with other unsupported processors (`inference`, `enrich`) by tagging events with `_ingest_pipeline_failure` [#269](https://github.com/elastic/logstash-filter-elastic_integration/pull/269)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.4.0
1+
9.4.1

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)