This is an automated email from the ASF dual-hosted git repository. tabish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git
The following commit(s) were added to refs/heads/main by this push: new 5532903 PROTON-2412 Update to netty 4.1.66.Final plus other netty updates 5532903 is described below commit 55329036697fb9c6e54016304feaea7e5f9a4e93 Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Mon Jul 19 13:00:19 2021 -0400 PROTON-2412 Update to netty 4.1.66.Final plus other netty updates Updates to latest netty release and brings in latest netty-tcnative and netty io_uring incubator release --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8e8e6a3..bd0b5d6 100644 --- a/pom.xml +++ b/pom.xml @@ -39,14 +39,14 @@ <!-- Test dependency versions --> <junit.jupiter.version>5.7.2</junit.jupiter.version> <junit.vintage.version>5.7.2</junit.vintage.version> - <mockito.version>3.11.1</mockito.version> + <mockito.version>3.11.2</mockito.version> <proton.version>0.33.8</proton.version> <slf4j.version>1.7.30</slf4j.version> <log4j.slf4j.version>2.14.1</log4j.slf4j.version> <hamcrest.version>2.2</hamcrest.version> - <netty.version>4.1.65.Final</netty.version> - <netty.iouring.version>0.0.5.Final</netty.iouring.version> - <netty.tcnative.version>2.0.39.Final</netty.tcnative.version> + <netty.version>4.1.66.Final</netty.version> + <netty.iouring.version>0.0.8.Final</netty.iouring.version> + <netty.tcnative.version>2.0.40.Final</netty.tcnative.version> <!-- Plugin versions --> <maven.bundle.plugin.version>5.1.1</maven.bundle.plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org