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 483084c033 build(deps): bump pax.logging.version from 2.3.2 to 2.3.3
(#2543)
483084c033 is described below
commit 483084c033919cbe0a9da13f6415f5b8f7179e3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 11:42:51 2026 +0200
build(deps): bump pax.logging.version from 2.3.2 to 2.3.3 (#2543)
Bumps `pax.logging.version` from 2.3.2 to 2.3.3.
Updates `org.ops4j.pax.logging:pax-logging-api` from 2.3.2 to 2.3.3
-
[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.3.2...logging-2.3.3)
Updates `org.ops4j.pax.logging:pax-logging-log4j2` from 2.3.2 to 2.3.3
-
[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.3.2...logging-2.3.3)
Updates `org.ops4j.pax.logging:pax-logging-log4j2-extra` from 2.3.2 to 2.3.3
-
[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.3.2...logging-2.3.3)
Updates `org.ops4j.pax.logging:pax-logging-logback` from 2.3.2 to 2.3.3
-
[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.3.2...logging-2.3.3)
---
updated-dependencies:
- dependency-name: org.ops4j.pax.logging:pax-logging-api
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ops4j.pax.logging:pax-logging-log4j2
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ops4j.pax.logging:pax-logging-log4j2-extra
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.ops4j.pax.logging:pax-logging-logback
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 09a1cebc47..e3a1733830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@
<pax.cdi.version>1.1.4</pax.cdi.version>
<pax.exam.version>4.14.0</pax.exam.version>
- <pax.logging.version>2.3.2</pax.logging.version>
+ <pax.logging.version>2.3.3</pax.logging.version>
<pax.base.version>1.5.1</pax.base.version>
<pax.swissbox.version>1.9.0</pax.swissbox.version>
<pax.url.version>2.7.0</pax.url.version>