>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21661?usp=email )
Change subject: [NO ISSUE][MISC] Update jackson and protobuf-java ...................................................................... [NO ISSUE][MISC] Update jackson and protobuf-java - jackson: 2.22.1 → 2.22.2 - protobuf-java: 4.35.1 → 4.36.1 jackson is declared in both hyracks-fullstack and its downstream, which are kept in sync, so the two move together. jackson-annotations stays at 2.22, which is what the 2.22.x line asks for. protobuf-java 4.36.1 drops eleven classes from com.google.protobuf - BinaryReader, Reader, Writer, SchemaFactory, ByteBufferWriter, DescriptorMessageInfoFactory, UnknownFieldSetSchema and the four *SchemaFull implementations - but every one of them is package-private, so nothing outside the library could name them. jackson-core's removals are just its shaded fastdoubleparser copy, whose package carries the jackson version in its name. Change-Id: Ia10f599ec7c18e23a958f398edd1d6e9f2cf0342 Ext-ref: MB-73268 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21661 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Tested-by: Jenkins <[email protected]> --- M asterixdb/pom.xml M hyracks-fullstack/pom.xml 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Jenkins: Verified; Verified Michael Blow: Looks good to me, approved diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 8274e61..4238ad0 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -120,7 +120,7 @@ <hadoop-azuresdk.version>8.6.6</hadoop-azuresdk.version> <hadoop-gcs.version>hadoop3-2.2.25</hadoop-gcs.version> <io.opencensus.version>0.31.1</io.opencensus.version> - <protobuf-java.version>4.35.1</protobuf-java.version> + <protobuf-java.version>4.36.1</protobuf-java.version> <icebergjavasdk.version>1.11.0</icebergjavasdk.version> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 256b176..8258170 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -73,7 +73,7 @@ <jacoco.version>0.7.6.201602180812</jacoco.version> <log4j.version>2.26.1</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> <!-- 4.2 is a new netty generation; stay on the 4.1.x line (patch updates only) --> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21661?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: master Gerrit-Change-Id: Ia10f599ec7c18e23a958f398edd1d6e9f2cf0342 Gerrit-Change-Number: 21661 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
