Skip to content

Commit 71de4f8

Browse files
authored
Revert jackson-databind back to 2.11.2 (#1959)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 31834a3 commit 71de4f8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<log4j.version>2.11.1</log4j.version>
7777
<guava.version>25.1-jre</guava.version>
7878
<commons.cli.version>1.3.1</commons.cli.version>
79-
<jackson.version>2.13.3</jackson.version>
79+
<jackson-databind.version>2.11.2</jackson-databind.version>
8080
<jjwt.version>0.10.5</jjwt.version>
8181
<ldaptive.version>1.2.3</ldaptive.version>
8282
<http.commons.version>4.5.3</http.commons.version>
@@ -205,16 +205,10 @@
205205
<scope>provided</scope>
206206
</dependency>
207207

208-
<dependency>
209-
<groupId>com.fasterxml.jackson.core</groupId>
210-
<artifactId>jackson-core</artifactId>
211-
<version>${jackson.version}</version>
212-
</dependency>
213-
214208
<dependency>
215209
<groupId>com.fasterxml.jackson.core</groupId>
216210
<artifactId>jackson-databind</artifactId>
217-
<version>${jackson.version}</version>
211+
<version>${jackson-databind.version}</version>
218212
<exclusions>
219213
<exclusion>
220214
<artifactId>jackson-core</artifactId>

release-notes/opendistro-for-elasticsearch-security.release-notes-1.13.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Compatible with Elasticsearch 7.10.2
2828

2929
### Maintenance
3030

31-
* Upgrade CXF and jackson-binding ([#1943](https://github.com/opensearch-project/security/pull/1943))
31+
* Upgrade CXF ([#1943](https://github.com/opensearch-project/security/pull/1943))
3232
* [backport] Upgrade json-smart from 2.4.2 to 2.4.7 ([#1299](https://github.com/opensearch-project/security/pull/1299)) ([#1503](https://github.com/opensearch-project/security/pull/1503))
3333
* [Backport] Extended role injection support for cross cluster requests ([#1195](https://github.com/opensearch-project/security/pull/1195)) ([#1441](https://github.com/opensearch-project/security/pull/1441))
3434
* [Backport] Handled DLS/FLS/Field masking for Cross cluster replication ([#1436](https://github.com/opensearch-project/security/pull/1436))

0 commit comments

Comments
 (0)