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 d5ccaf39ff build(deps): bump pax.logging.version from 2.3.2 to 2.3.3
(#2542)
d5ccaf39ff is described below
commit d5ccaf39ffec2b96ad2ec434b6584791d9265c02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 10:18:27 2026 +0200
build(deps): bump pax.logging.version from 2.3.2 to 2.3.3 (#2542)
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 5c10ad0a02..9ffec5ed8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@
<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>