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 14e76a4f4 [MAINTENANCE] Update pax-exam in proxy (#469)
14e76a4f4 is described below
commit 14e76a4f41996896b0644a89d00647f1c105ec69
Author: Dominik Przybysz <[email protected]>
AuthorDate: Sat Feb 15 15:33:40 2025 +0100
[MAINTENANCE] Update pax-exam in proxy (#469)
---
proxy/proxy-itests/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml
index dc51c6d87..0307ec50d 100644
--- a/proxy/proxy-itests/pom.xml
+++ b/proxy/proxy-itests/pom.xml
@@ -45,13 +45,13 @@
<properties>
<asm.version>9.7.1</asm.version>
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
- <exam.version>4.13.3</exam.version>
+ <exam.version>4.13.5</exam.version>
<javax.inject.version>1</javax.inject.version>
<logback.version>1.5.16</logback.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<org.apache.aries.proxy.api.version>1.1.2-SNAPSHOT</org.apache.aries.proxy.api.version>
<org.apache.aries.proxy.version>1.1.15-SNAPSHOT</org.apache.aries.proxy.version>
- <org.eclipse.osgi.version>3.11.3</org.eclipse.osgi.version>
+ <org.eclipse.osgi.version>3.22.0</org.eclipse.osgi.version>
<slf4j-api.version>1.7.7</slf4j-api.version>
<tinybundles.version>2.0.0</tinybundles.version>
<url.version>2.6.16</url.version>
@@ -96,7 +96,7 @@
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
- <artifactId>pax-exam-container-forked</artifactId>
+ <artifactId>pax-exam-container-native</artifactId>
<version>${exam.version}</version>
<scope>test</scope>
</dependency>