>From Michael Blow <[email protected]>:
Michael Blow has uploaded this change for review. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21194?usp=email )
Change subject: [NO ISSUE][MISC] Update Jackson to 2.21[.3] for
GHSA-72hv-8253-57qq
......................................................................
[NO ISSUE][MISC] Update Jackson to 2.21[.3] for GHSA-72hv-8253-57qq
Ext-ref: MB-71736
Change-Id: Ia7a7616dd362032e7442086debc52d3a6bbf5a4f
---
M hyracks-fullstack/pom.xml
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/94/21194/1
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index ef08385..f8ee5d1 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -73,7 +73,8 @@
<jacoco.version>0.7.6.201602180812</jacoco.version>
<log4j.version>2.25.4</log4j.version>
<snappy.version>1.1.10.8</snappy.version>
- <jackson.version>2.19.2</jackson.version>
+ <jackson.version>2.21.3</jackson.version>
+ <jackson-annotations.version>2.21</jackson-annotations.version>
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<netty.version>4.1.132.Final</netty.version>
@@ -339,7 +340,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>${jackson.version}</version>
+ <version>${jackson-annotations.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21194?usp=email
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: trinity
Gerrit-Change-Id: Ia7a7616dd362032e7442086debc52d3a6bbf5a4f
Gerrit-Change-Number: 21194
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Blow <[email protected]>