>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21208?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 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21208 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> --- M hyracks-fullstack/pom.xml 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Michael Blow: Looks good to me, but someone else must approve Jenkins: Verified Hussain Towaileb: Looks good to me, approved 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/+/21208?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: trinity Gerrit-Change-Id: Ia7a7616dd362032e7442086debc52d3a6bbf5a4f Gerrit-Change-Number: 21208 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
