This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit 3e6018fd349c13c3b70480966ebd7ffecb55c771 Author: Raymond Augé <[email protected]> AuthorDate: Sun Apr 10 20:56:41 2022 -0400 centralize and update all versions Signed-off-by: Raymond Augé <[email protected]> --- spi-fly/pom.xml | 12 +++++++++++- spi-fly/spi-fly-dynamic-bundle/pom.xml | 4 ++-- spi-fly/spi-fly-dynamic-framework-extension/pom.xml | 4 ++-- spi-fly/spi-fly-itests/pom.xml | 12 +++--------- spi-fly/spi-fly-static-bundle/pom.xml | 2 +- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml index fab803176..ef6035f80 100644 --- a/spi-fly/pom.xml +++ b/spi-fly/pom.xml @@ -48,10 +48,20 @@ <project.scm.id>apache.releases.https</project.scm.id> <apache-rat-plugin.version>0.13</apache-rat-plugin.version> - <asm.version>9.2</asm.version> + <asm.version>9.3</asm.version> + <assertj.version>3.22.0</assertj.version> <bnd.version>6.2.0</bnd.version> + <easymock.version>4.3</easymock.version> + <felix.framework.version>7.0.3</felix.framework.version> + <felix.log.extension.version>1.0.0</felix.log.extension.version> + <felix.log.version>1.2.6</felix.log.version> + <felix.logback.version>1.0.6</felix.logback.version> + <junit-jupiter.version>5.8.2</junit-jupiter.version> + <junit-platform.version>1.8.2</junit-platform.version> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> + <mockito.core.version>4.4.0</mockito.core.version> <osgi.core.version>5.0.0</osgi.core.version> + <osgi.test.version>1.1.0</osgi.test.version> <slf4j.version>1.7.36</slf4j.version> <maven.compiler.source>1.8</maven.compiler.source> diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml index 9fe1d8516..1f299f52f 100644 --- a/spi-fly/spi-fly-dynamic-bundle/pom.xml +++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>7.0.1</version> + <version>${felix.framework.version}</version> <scope>test</scope> </dependency> <dependency> @@ -102,7 +102,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>4.3</version> + <version>${easymock.version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml index 3404b6113..1a89843c0 100644 --- a/spi-fly/spi-fly-dynamic-framework-extension/pom.xml +++ b/spi-fly/spi-fly-dynamic-framework-extension/pom.xml @@ -89,7 +89,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>7.0.1</version> + <version>${felix.framework.version}</version> <scope>test</scope> </dependency> <dependency> @@ -100,7 +100,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>4.3</version> + <version>${easymock.version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/spi-fly/spi-fly-itests/pom.xml b/spi-fly/spi-fly-itests/pom.xml index b5d9d04a7..977e716bc 100644 --- a/spi-fly/spi-fly-itests/pom.xml +++ b/spi-fly/spi-fly-itests/pom.xml @@ -34,12 +34,6 @@ <properties> <maven.deploy.skip>true</maven.deploy.skip> <maven.install.skip>true</maven.install.skip> - <junit-jupiter.version>5.7.2</junit-jupiter.version> - <junit-platform.version>1.7.2</junit-platform.version> - <assertj.version>3.22.0</assertj.version> - <felix.framework.version>7.0.1</felix.framework.version> - <mockito.core.version>3.11.2</mockito.core.version> - <osgi.test.version>1.0.0</osgi.test.version> </properties> <scm> @@ -117,19 +111,19 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.log</artifactId> - <version>1.2.4</version> + <version>${felix.log.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.log.extension</artifactId> - <version>1.0.0</version> + <version>${felix.log.extension.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.logback</artifactId> - <version>1.0.6</version> + <version>${felix.logback.version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/spi-fly/spi-fly-static-bundle/pom.xml b/spi-fly/spi-fly-static-bundle/pom.xml index f63fb865f..3ffb693c1 100644 --- a/spi-fly/spi-fly-static-bundle/pom.xml +++ b/spi-fly/spi-fly-static-bundle/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>7.0.1</version> + <version>${felix.framework.version}</version> <scope>test</scope> </dependency> </dependencies>
