This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 8420b9acf9c8e4da8bbe70a795ff0f13191756f9 Author: Michael Blow <[email protected]> AuthorDate: Wed Jun 29 06:58:12 2022 -0400 [NO ISSUE] Update remaining Netty deps -> 4.1.78.Final - io.netty:netty-codec-http2 .......... 4.1.73.Final -> 4.1.78.Final - io.netty:netty-resolver-dns ......... 4.1.73.Final -> 4.1.78.Final - io.netty:netty-transport-native-unix-common ..................................... 4.1.73.Final -> 4.1.78.Final Change-Id: I9949e5770ab1bf635e1418ccf08b7dbc5723bb05 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/16763 Tested-by: Michael Blow <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- hyracks-fullstack/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 1214c57cb4..86f0ef5ac1 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -121,17 +121,17 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-resolver-dns</artifactId> - <version>4.1.73.Final</version> + <version>4.1.78.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http2</artifactId> - <version>4.1.73.Final</version> + <version>4.1.78.Final</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-unix-common</artifactId> - <version>4.1.73.Final</version> + <version>4.1.78.Final</version> </dependency> <dependency> <groupId>junit</groupId>
