This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch update-pax-exam-in-proxy in repository https://gitbox.apache.org/repos/asf/aries.git
commit c4463cb910a5930cad884b0424f694bd067cad5d Author: Dominik Przybysz <[email protected]> AuthorDate: Sat Feb 15 15:26:52 2025 +0100 [MAINTENANCE] Update pax-exam in proxy --- 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>
