>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21671?usp=email )
Change subject: [NO ISSUE][MISC] Advance jackson to 2.22.2 ...................................................................... [NO ISSUE][MISC] Advance jackson to 2.22.2 - jackson: 2.22.1 → 2.22.2 jackson-annotations stays at 2.22; that artifact is released without a patch component. A patch release with nothing removed from jackson-databind, the two dataformat modules or the jsr310 datatype. jackson-core renames its bundled fastdoubleparser copy from com.fasterxml.jackson.core.internal.shaded.fdp.v2_22_1 to v2_22_2, as it does on every release; that package is internal, stamped with the version on purpose, and reached only from jackson-core itself. Change-Id: I306466a492f16c733cddb5f3abe85ef874449d91 Ext-ref: MB-73268 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21671 Reviewed-by: Ian Maxon <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> --- M hyracks-fullstack/pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins: Verified; Verified Ian Maxon: Looks good to me, approved diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index b6f86ae..3d7db90 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -78,7 +78,7 @@ <jacoco.version>0.7.6.201602180812</jacoco.version> <log4j.version>2.25.5</log4j.version> <snappy.version>1.1.10.8</snappy.version> - <jackson.version>2.22.1</jackson.version> + <jackson.version>2.22.2</jackson.version> <jackson-annotations.version>2.22</jackson-annotations.version> <jackson-databind.version>${jackson.version}</jackson-databind.version> <netty.version>4.1.137.Final</netty.version> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21671?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: I306466a492f16c733cddb5f3abe85ef874449d91 Gerrit-Change-Number: 21671 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-CC: Anon. E. Moose #1000171
