This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new daf537a ARTEMIS-3537: update to proton-j 0.33.10
daf537a is described below
commit daf537a87a35484d4ffe3c362919a770d2bfa814
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Oct 21 12:33:51 2021 +0100
ARTEMIS-3537: update to proton-j 0.33.10
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7bede68..6a98344 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<!-- this is basically for tests -->
<netty-tcnative-version>2.0.42.Final</netty-tcnative-version>
- <proton.version>0.33.9</proton.version>
+ <proton.version>0.33.10</proton.version>
<resteasy.version>3.15.0.Final</resteasy.version>
<slf4j.version>1.7.21</slf4j.version>
<qpid.jms.version>0.59.0</qpid.jms.version>