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 187ae9daec ARTEMIS-4363: Update to Qpid JMS 1.10.0
187ae9daec is described below
commit 187ae9daecdae55c750b29ca93223bbfc4f93581
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Jul 13 14:40:22 2023 +0100
ARTEMIS-4363: Update to Qpid JMS 1.10.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2c0b753db6..3b5317a62c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<proton.version>0.34.1</proton.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.20.0</log4j.version>
- <qpid.jms.version>1.9.0</qpid.jms.version>
+ <qpid.jms.version>1.10.0</qpid.jms.version>
<johnzon.version>1.2.16</johnzon.version>
<hawtbuff.version>1.11</hawtbuff.version>
<airline.version>2.9.0</airline.version>