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

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit 79e567f60d6dec23eff4b7ce3a1169332528d7bd
Author: Amichai Rothman <amic...@apache.org>
AuthorDate: Thu May 22 16:00:04 2025 +0300

    ARIES-2183 Upgrade Pax Logging to 1.11.17
---
 itests/tck/pom.xml    | 2 +-
 itests/tck/tck.bndrun | 4 ++--
 repository/pom.xml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/itests/tck/pom.xml b/itests/tck/pom.xml
index f5a3573b..dba86c46 100644
--- a/itests/tck/pom.xml
+++ b/itests/tck/pom.xml
@@ -28,7 +28,7 @@
     <name>Aries Remote Service Admin itests tck</name>
 
     <properties>
-        <paxlogging.version>1.11.2</paxlogging.version>
+        <paxlogging.version>1.11.17</paxlogging.version>
     </properties>
 
     <dependencies>
diff --git a/itests/tck/tck.bndrun b/itests/tck/tck.bndrun
index a41b4ca7..bca7e89f 100644
--- a/itests/tck/tck.bndrun
+++ b/itests/tck/tck.bndrun
@@ -57,5 +57,5 @@
     org.apache.felix.eventadmin;version='[1.6.4,1.6.5)',\
     org.apache.servicemix.bundles.junit;version='[3.8.2,3.8.3)',\
     org.osgi.test.cases.remoteserviceadmin;version='[5.0.0,5.0.1)',\
-    org.ops4j.pax.logging.pax-logging-api;version='[1.11.2,1.11.3)',\
-    org.ops4j.pax.logging.pax-logging-service;version='[1.11.2,1.11.3)'
+    org.ops4j.pax.logging.pax-logging-api;version='[1.11.17,1.11.18)',\
+    org.ops4j.pax.logging.pax-logging-service;version='[1.11.17,1.11.18)'
diff --git a/repository/pom.xml b/repository/pom.xml
index 8263611e..8a15d2f1 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -81,7 +81,7 @@
         <dependency>
             <groupId>org.ops4j.pax.logging</groupId>
             <artifactId>pax-logging-service</artifactId>
-            <version>1.11.2</version>
+            <version>1.11.17</version>
         </dependency>
     </dependencies>
 </project>

Reply via email to