>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20704?usp=email )
Change subject: [NO ISSUE][*DB][NET] Upgrade Netty to 4.1.128.Final ...................................................................... [NO ISSUE][*DB][NET] Upgrade Netty to 4.1.128.Final Ext-ref: MB-69749 Change-Id: I39b9ebde8f1e837a82c61d76dd4fe785502172c0 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20704 Tested-by: Michael Blow <[email protected]> Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- M hyracks-fullstack/pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins: Verified; Verified Michael Blow: Looks good to me, approved; Verified diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 5a664c3..7b70ea4 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -75,7 +75,7 @@ <snappy.version>1.1.10.5</snappy.version> <jackson.version>2.19.2</jackson.version> <jackson-databind.version>${jackson.version}</jackson-databind.version> - <netty.version>4.1.125.Final</netty.version> + <netty.version>4.1.128.Final</netty.version> <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title> <implementation.url>https://asterixdb.apache.org/</implementation.url> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20704?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: I39b9ebde8f1e837a82c61d76dd4fe785502172c0 Gerrit-Change-Number: 20704 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-CC: Anon. E. Moose #1000171
