This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 1395498a6b KARAF-7973: Upgrade to Pax Logging 2.3.0 (#1961)
1395498a6b is described below
commit 1395498a6bc39eaeec9140cf01114e2d20412b07
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 25 07:08:39 2025 +0200
KARAF-7973: Upgrade to Pax Logging 2.3.0 (#1961)
(cherry picked from commit 587889d050f1e09bbf08c8154109a85af8b97fb1)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a7aaf2de98..667b470c7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,7 @@
<pax.cdi.version>1.1.4</pax.cdi.version>
<pax.exam.version>4.14.0</pax.exam.version>
- <pax.logging.version>2.2.8</pax.logging.version>
+ <pax.logging.version>2.3.0</pax.logging.version>
<pax.base.version>1.5.1</pax.base.version>
<pax.swissbox.version>1.9.0</pax.swissbox.version>
<pax.url.version>3.0.1</pax.url.version>