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 f38358f PROTON-2385 Update netty to latest 4.1.65.Final
f38358f is described below
commit f38358f14f3e01c15a15a0b4e42912898b7d7bd2
Author: Timothy Bish <[email protected]>
AuthorDate: Wed May 19 15:55:48 2021 -0400
PROTON-2385 Update netty to latest 4.1.65.Final
Update netty and bring Mockito to latest release as well.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c131ee3..607934d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,12 +39,12 @@
<!-- Test dependency versions -->
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<junit.vintage.version>5.7.1</junit.vintage.version>
- <mockito.version>3.9.0</mockito.version>
+ <mockito.version>3.10.0</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.63.Final</netty.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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]