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 587889d050 KARAF-7973: Upgrade to Pax Logging 2.3.0 (#1961)
587889d050 is described below
commit 587889d050f1e09bbf08c8154109a85af8b97fb1
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 25 07:08:39 2025 +0200
KARAF-7973: Upgrade to Pax Logging 2.3.0 (#1961)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 022df45c97..06c92a436f 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>