diff --git a/platform/pom.xml b/platform/pom.xml index 7518f4728..f7edbe7b3 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -192,7 +192,7 @@ maven-dependency-plugin - 3.1.2 + 3.6.1 properties @@ -214,7 +214,7 @@ maven-assembly-plugin - 3.3.0 + 3.6.0 false @@ -233,7 +233,7 @@ maven-jar-plugin - 3.2.0 + 3.3.0 default-jar @@ -268,7 +268,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.1.0 9 true @@ -318,7 +318,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true sonatype-nexus-staging @@ -375,7 +375,7 @@ maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts diff --git a/pom.xml b/pom.xml index 4df788a30..bb62478e9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,8 +57,8 @@ UTF-8 yyyyMMddhhmm - 3.0 - 5.3.0 + 3.9.0 + 6.4.0 @@ -103,7 +103,7 @@ org.osgi osgi.annotation - 7.0.0 + 8.1.0 provided @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.2 + 3.9.0 jar @@ -146,7 +146,7 @@ maven-compiler-plugin - 3.8.1 + 3.12.1 1.7 1.7 @@ -154,7 +154,7 @@ maven-surefire-plugin - 2.22.2 + 3.2.5 @@ -187,7 +187,7 @@ maven-jar-plugin - 3.2.0 + 3.3.0 @@ -218,7 +218,7 @@ org.moditect moditect-maven-plugin - 1.0.0.RC2 + 1.1.0 9 true @@ -244,14 +244,14 @@ maven-install-plugin - 3.0.0-M1 + 3.1.1 true maven-assembly-plugin - 3.3.0 + 3.6.0 false @@ -270,7 +270,7 @@ maven-source-plugin - 3.2.1 + 3.3.0 attach-source @@ -282,7 +282,7 @@ maven-javadoc-plugin - 3.3.1 + 3.6.3 attach-javadocs @@ -312,7 +312,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true sonatype-nexus-staging @@ -406,7 +406,7 @@ Import-Package: \ maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts @@ -438,7 +438,7 @@ Import-Package: \ org.codehaus.mojo exec-maven-plugin - 3.0.0 + 3.1.1 process-classes @@ -553,7 +553,7 @@ Import-Package: \ maven-invoker-plugin - 3.2.2 + 3.6.0 ${project.build.directory}/integration-test/projects true diff --git a/src/it/osgi/pom.xml b/src/it/osgi/pom.xml index 2acef58fe..a13f924de 100644 --- a/src/it/osgi/pom.xml +++ b/src/it/osgi/pom.xml @@ -9,7 +9,7 @@ Integration Tests for JavaCPP running in OSGi - 5.3.0 + 6.4.0 ${os.name}-${os.arch}/${lib.name} @@ -158,13 +158,13 @@ org.apache.felix org.apache.felix.framework - 6.0.5 + 7.0.5 runtime org.slf4j slf4j-simple - 1.7.32 + 1.7.36 runtime diff --git a/src/it/osgi/test.bndrun b/src/it/osgi/test.bndrun index 8b08c7007..4666029df 100644 --- a/src/it/osgi/test.bndrun +++ b/src/it/osgi/test.bndrun @@ -1,10 +1,10 @@ -runrequires: bnd.identity;id='javacpp-tests-osgi' --runfw: org.apache.felix.framework;version='[6.0.5,6.0.5]' +-runfw: org.apache.felix.framework;version='[7.0.5,7.0.5]' -runee: JavaSE-1.8 -runbundles: \ org.bytedeco.javacpp;version='0.0.0',\ org.bytedeco.javacpp.${os.name}-${os.arch};version='0.0.0',\ javacpp-tests-osgi;version='0.0.0',\ org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',\ - slf4j.api;version='[1.7.32,1.7.33)',\ - slf4j.simple;version='[1.7.32,1.7.33)' + slf4j.api;version='[1.7.36,1.7.37)',\ + slf4j.simple;version='[1.7.36,1.7.37)'