You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/07/28 05:58:39 UTC

[karaf] branch main updated: KARAF-7733 - Upgrade to Pax JMS 1.1.3

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ffe8de1bb KARAF-7733 - Upgrade to Pax JMS 1.1.3
     new fab0e904f0 This closes #1744
2ffe8de1bb is described below

commit 2ffe8de1bbcdc304f5c558d6e9e883d3941828c7
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jul 27 07:46:50 2023 +0100

    KARAF-7733 - Upgrade to Pax JMS 1.1.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e902e81f3..b379c07ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,7 @@
         <pax.web.version>8.0.15</pax.web.version>
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.5.6</pax.jdbc.version>
-        <pax.jms.version>1.1.2</pax.jms.version>
+        <pax.jms.version>1.1.3</pax.jms.version>
         <pax.transx.version>0.5.4</pax.transx.version>
 
         <portlet-api.version>2.0</portlet-api.version>