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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0772bde70 Bump pax-logging.version from 2.2.10 to 2.2.11
0772bde70 is described below

commit 0772bde70f06740e79200e076e00e764e5f7f5b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 00:00:25 2026 +0000

    Bump pax-logging.version from 2.2.10 to 2.2.11
    
    Bumps `pax-logging.version` from 2.2.10 to 2.2.11.
    
    Updates `org.ops4j.pax.logging:pax-logging-api` from 2.2.10 to 2.2.11
    - 
[Changelog](https://github.com/ops4j/org.ops4j.pax.logging/blob/main/RELEASE-NOTES.html)
    - 
[Commits](https://github.com/ops4j/org.ops4j.pax.logging/compare/logging-2.2.10...logging-2.2.11)
    
    Updates `org.ops4j.pax.logging:pax-logging-log4j2` from 2.2.10 to 2.2.11
    - 
[Changelog](https://github.com/ops4j/org.ops4j.pax.logging/blob/main/RELEASE-NOTES.html)
    - 
[Commits](https://github.com/ops4j/org.ops4j.pax.logging/compare/logging-2.2.10...logging-2.2.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.ops4j.pax.logging:pax-logging-api
      dependency-version: 2.2.11
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.ops4j.pax.logging:pax-logging-log4j2
      dependency-version: 2.2.11
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 blueprint/itests/blueprint-itests/pom.xml | 2 +-
 parent/pom.xml                            | 2 +-
 proxy/proxy-itests/pom.xml                | 2 +-
 subsystem/subsystem-itests/pom.xml        | 2 +-
 transaction/transaction-itests/pom.xml    | 2 +-
 tutorials/pom.xml                         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/blueprint/itests/blueprint-itests/pom.xml 
b/blueprint/itests/blueprint-itests/pom.xml
index 9bd2e0370..86fe7e0d2 100644
--- a/blueprint/itests/blueprint-itests/pom.xml
+++ b/blueprint/itests/blueprint-itests/pom.xml
@@ -66,7 +66,7 @@
         
<org.apache.servicemix.bundles.spring.version>5.3.39_2</org.apache.servicemix.bundles.spring.version>
         <org.eclipse.osgi.version>3.15.300</org.eclipse.osgi.version>
         <pax-exam.version>4.13.5</pax-exam.version>
-        <pax-logging.version>2.2.10</pax-logging.version>
+        <pax-logging.version>2.2.11</pax-logging.version>
         <pax-tinybundles.version>2.1.1</pax-tinybundles.version>
         <pax-url.version>2.6.17</pax-url.version>
         <xbean.version>4.30</xbean.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 08b20fa24..f2a3b3f73 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -182,7 +182,7 @@
 
         <!--Dependencies-->
         <junit.version>4.13.2</junit.version>
-        <pax-logging.version>2.2.10</pax-logging.version>
+        <pax-logging.version>2.2.11</pax-logging.version>
         <osgi.cmpn.version>4.3.1</osgi.cmpn.version>
         <osgi.core.version>4.3.1</osgi.core.version>
         <slf4j.version>2.0.17</slf4j.version>
diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml
index fe71bda08..a03414ae0 100644
--- a/proxy/proxy-itests/pom.xml
+++ b/proxy/proxy-itests/pom.xml
@@ -53,7 +53,7 @@
         
<org.apache.aries.testsupport.unit.version>2.0.0-SNAPSHOT</org.apache.aries.testsupport.unit.version>
         <org.eclipse.osgi.version>3.23.100</org.eclipse.osgi.version>
         <pax-exam.version>4.13.5</pax-exam.version>
-        <pax-logging.version>2.2.10</pax-logging.version>
+        <pax-logging.version>2.2.11</pax-logging.version>
         <pax-tinybundles.version>2.1.1</pax-tinybundles.version>
         <pax-url.version>2.6.17</pax-url.version>
     </properties>
diff --git a/subsystem/subsystem-itests/pom.xml 
b/subsystem/subsystem-itests/pom.xml
index 8365533a7..4d5277802 100644
--- a/subsystem/subsystem-itests/pom.xml
+++ b/subsystem/subsystem-itests/pom.xml
@@ -62,7 +62,7 @@
         <osgi.core.version>8.0.0</osgi.core.version>
         <osgi.enterprise.version>5.0.0</osgi.enterprise.version>
         <pax-exam.version>4.13.5</pax-exam.version>
-        <pax-logging.version>2.2.10</pax-logging.version>
+        <pax-logging.version>2.2.11</pax-logging.version>
         <!-- Newer tiny bundles have problem in some tests where classes are 
added with explicit classloader -->
         <pax-tinybundles.version>2.0.0</pax-tinybundles.version>
         <pax-url.version>2.6.17</pax-url.version>
diff --git a/transaction/transaction-itests/pom.xml 
b/transaction/transaction-itests/pom.xml
index 8e8d5e858..47f3275f5 100644
--- a/transaction/transaction-itests/pom.xml
+++ b/transaction/transaction-itests/pom.xml
@@ -65,7 +65,7 @@
         <osgi.core.version>6.0.0</osgi.core.version>
         <pax-swissbox.version>1.8.3</pax-swissbox.version>
         <pax-exam.version>4.13.5</pax-exam.version>
-        <pax-logging.version>2.2.10</pax-logging.version>
+        <pax-logging.version>2.2.11</pax-logging.version>
         <pax-tinybundles.version>2.1.1</pax-tinybundles.version>
         <pax-url.version>2.6.17</pax-url.version>
         <slf4j-api.version>1.7.7</slf4j-api.version>
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 359a69878..fa48416ba 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -61,7 +61,7 @@
         
<org.eclipse.equinox.console.version>1.4.1100</org.eclipse.equinox.console.version>
         <org.eclipse.osgi.version>3.23.100</org.eclipse.osgi.version>
         <org.osgi.version>3.0.0</org.osgi.version>
-        <pax-logging.version>2.2.10</pax-logging.version>
+        <pax-logging.version>2.2.11</pax-logging.version>
     </properties>
 
     <dependencyManagement>

Reply via email to