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 2022/10/13 19:07:43 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7575] Upgrade to Pax transx 0.5.3

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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 7418db48f8 [KARAF-7575] Upgrade to Pax transx 0.5.3
7418db48f8 is described below

commit 7418db48f8cc464b4879bcb744af207079edaba5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Oct 13 09:11:53 2022 +0200

    [KARAF-7575] Upgrade to Pax transx 0.5.3
    
    (cherry picked from commit 3d7729efa9c12c11e8e99092ea3c6754f546df9c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 28e9cbfea2..62678e1b4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@
         <pax.tinybundle.version>3.0.0</pax.tinybundle.version>
         <pax.jdbc.version>1.5.4</pax.jdbc.version>
         <pax.jms.version>1.1.0</pax.jms.version>
-        <pax.transx.version>0.5.2</pax.transx.version>
+        <pax.transx.version>0.5.3</pax.transx.version>
 
         <portlet-api.version>2.0</portlet-api.version>
         <plexus-utils.version>3.4.2</plexus-utils.version>