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 503bc972b Bump pax-logging.version from 1.10.10 to 2.2.9 (#623)
503bc972b is described below
commit 503bc972b291cfc950d2a19004b00ca6f44018cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 23 22:01:17 2025 +0200
Bump pax-logging.version from 1.10.10 to 2.2.9 (#623)
Bumps `pax-logging.version` from 1.10.10 to 2.2.9.
Updates `org.ops4j.pax.logging:pax-logging-api` from 1.10.10 to 2.2.9
-
[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-1.10.10...logging-2.2.9)
Updates `org.ops4j.pax.logging:pax-logging-log4j2` from 1.10.10 to 2.2.9
-
[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-1.10.10...logging-2.2.9)
---
updated-dependencies:
- dependency-name: org.ops4j.pax.logging:pax-logging-api
dependency-version: 2.2.9
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.ops4j.pax.logging:pax-logging-log4j2
dependency-version: 2.2.9
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
jmx/jmx-whiteboard/pom.xml | 2 +-
subsystem/subsystem-itests/pom.xml | 2 +-
transaction/transaction-itests/pom.xml | 2 +-
tutorials/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jmx/jmx-whiteboard/pom.xml b/jmx/jmx-whiteboard/pom.xml
index 1074256e7..737aa8c69 100644
--- a/jmx/jmx-whiteboard/pom.xml
+++ b/jmx/jmx-whiteboard/pom.xml
@@ -90,7 +90,7 @@
<osgi.cmpn.version>4.3.1</osgi.cmpn.version>
<osgi.core.version>4.3.1</osgi.core.version>
<pax-exam.version>4.13.5</pax-exam.version>
- <pax-logging.version>1.12.12</pax-logging.version>
+ <pax-logging.version>2.2.9</pax-logging.version>
<pax-tinybundles.version>2.1.1</pax-tinybundles.version>
<pax-url.version>2.6.16</pax-url.version>
</properties>
diff --git a/subsystem/subsystem-itests/pom.xml
b/subsystem/subsystem-itests/pom.xml
index ab2986a36..9a5be70de 100644
--- a/subsystem/subsystem-itests/pom.xml
+++ b/subsystem/subsystem-itests/pom.xml
@@ -65,7 +65,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>1.12.12</pax-logging.version>
+ <pax-logging.version>2.2.9</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.16</pax-url.version>
diff --git a/transaction/transaction-itests/pom.xml
b/transaction/transaction-itests/pom.xml
index 2865e1af0..33c54c0ad 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>1.12.12</pax-logging.version>
+ <pax-logging.version>2.2.9</pax-logging.version>
<pax-tinybundles.version>2.1.1</pax-tinybundles.version>
<pax-url.version>2.6.16</pax-url.version>
<slf4j-api.version>1.7.7</slf4j-api.version>
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index b4dac0b40..a26478441 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -61,7 +61,7 @@
<org.eclipse.equinox.console.version>1.4.900</org.eclipse.equinox.console.version>
<org.eclipse.osgi.version>3.23.0</org.eclipse.osgi.version>
<org.osgi.version>3.0.0</org.osgi.version>
- <pax-logging.version>1.12.12</pax-logging.version>
+ <pax-logging.version>2.2.9</pax-logging.version>
</properties>
<dependencyManagement>