Skip to content

Commit 8736a12

Browse files
committed
Upgrade all Maven dependencies and plugins to latest versions
1 parent d0fca0b commit 8736a12

File tree

4 files changed

+35
-34
lines changed

4 files changed

+35
-34
lines changed

platform/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<plugins>
193193
<plugin>
194194
<artifactId>maven-dependency-plugin</artifactId>
195-
<version>3.1.1</version>
195+
<version>3.1.2</version>
196196
<executions>
197197
<execution>
198198
<id>properties</id>
@@ -214,7 +214,7 @@
214214
</plugin>
215215
<plugin>
216216
<artifactId>maven-assembly-plugin</artifactId>
217-
<version>3.1.0</version>
217+
<version>3.3.0</version>
218218
<configuration>
219219
<attach>false</attach>
220220
<descriptors>
@@ -233,7 +233,7 @@
233233
</plugin>
234234
<plugin>
235235
<artifactId>maven-jar-plugin</artifactId>
236-
<version>3.1.0</version>
236+
<version>3.2.0</version>
237237
<executions>
238238
<execution>
239239
<id>default-jar</id>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.moditect</groupId>
270270
<artifactId>moditect-maven-plugin</artifactId>
271-
<version>1.0.0.RC1</version>
271+
<version>1.0.0.RC2</version>
272272
<configuration>
273273
<jvmVersion>9</jvmVersion>
274274
<overwriteExistingFiles>true</overwriteExistingFiles>
@@ -375,7 +375,7 @@
375375
<plugins>
376376
<plugin>
377377
<artifactId>maven-gpg-plugin</artifactId>
378-
<version>1.6</version>
378+
<version>3.0.1</version>
379379
<executions>
380380
<execution>
381381
<id>sign-artifacts</id>

pom.xml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,31 @@
6868
<dependency>
6969
<groupId>org.apache.maven</groupId>
7070
<artifactId>maven-plugin-api</artifactId>
71-
<version>3.5.4</version>
72-
<optional>true</optional>
71+
<version>3.8.4</version>
72+
<scope>provided</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.apache.maven.plugin-tools</groupId>
7676
<artifactId>maven-plugin-annotations</artifactId>
77-
<version>3.5.2</version>
78-
<optional>true</optional>
77+
<version>3.6.2</version>
78+
<scope>provided</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.apache.maven</groupId>
8282
<artifactId>maven-core</artifactId>
8383
<version>3.0</version>
84-
<optional>true</optional>
84+
<scope>provided</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>junit</groupId>
8888
<artifactId>junit</artifactId>
89-
<version>4.13.1</version>
90-
<optional>true</optional>
89+
<version>4.13.2</version>
90+
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.slf4j</groupId>
9494
<artifactId>slf4j-simple</artifactId>
95-
<version>1.7.25</version>
95+
<version>1.7.32</version>
9696
<optional>true</optional>
9797
</dependency>
9898
<!--
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-plugin-plugin</artifactId>
130-
<version>3.5.2</version>
130+
<version>3.6.2</version>
131131
<configuration>
132132
<packagingTypes>
133133
<packagingType>jar</packagingType>
@@ -145,15 +145,15 @@
145145
</plugin>
146146
<plugin>
147147
<artifactId>maven-compiler-plugin</artifactId>
148-
<version>3.8.0</version>
148+
<version>3.8.1</version>
149149
<configuration>
150150
<source>1.7</source>
151151
<target>1.7</target>
152152
</configuration>
153153
</plugin>
154154
<plugin>
155155
<artifactId>maven-surefire-plugin</artifactId>
156-
<version>2.22.0</version>
156+
<version>2.22.2</version>
157157
<configuration>
158158
<systemProperties>
159159
<property>
@@ -186,7 +186,7 @@
186186
</plugin>
187187
<plugin>
188188
<artifactId>maven-jar-plugin</artifactId>
189-
<version>3.1.0</version>
189+
<version>3.2.0</version>
190190
<configuration>
191191
<archive>
192192
<!-- Pull in the bnd generated manifest -->
@@ -217,7 +217,7 @@
217217
<plugin>
218218
<groupId>org.moditect</groupId>
219219
<artifactId>moditect-maven-plugin</artifactId>
220-
<version>1.0.0.RC1</version>
220+
<version>1.0.0.RC2</version>
221221
<configuration>
222222
<jvmVersion>9</jvmVersion>
223223
<overwriteExistingFiles>true</overwriteExistingFiles>
@@ -243,14 +243,14 @@
243243
</plugin>
244244
<plugin>
245245
<artifactId>maven-install-plugin</artifactId>
246-
<version>2.5.2</version>
246+
<version>3.0.0-M1</version>
247247
<configuration>
248248
<createChecksum>true</createChecksum>
249249
</configuration>
250250
</plugin>
251251
<plugin>
252252
<artifactId>maven-assembly-plugin</artifactId>
253-
<version>3.1.0</version>
253+
<version>3.3.0</version>
254254
<configuration>
255255
<attach>false</attach>
256256
<descriptors>
@@ -269,7 +269,7 @@
269269
</plugin>
270270
<plugin>
271271
<artifactId>maven-source-plugin</artifactId>
272-
<version>3.0.1</version>
272+
<version>3.2.1</version>
273273
<executions>
274274
<execution>
275275
<id>attach-source</id>
@@ -281,7 +281,7 @@
281281
</plugin>
282282
<plugin>
283283
<artifactId>maven-javadoc-plugin</artifactId>
284-
<version>3.0.1</version>
284+
<version>3.3.1</version>
285285
<executions>
286286
<execution>
287287
<id>attach-javadocs</id>
@@ -290,11 +290,11 @@
290290
</goals>
291291
<configuration>
292292
<links>
293-
<link>http://maven.apache.org/ref/3.5.4/maven-plugin-api/apidocs</link>
293+
<link>http://maven.apache.org/ref/3.8.4/maven-plugin-api/apidocs</link>
294294
<link>http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs</link>
295295
<link>http://maven.apache.org/ref/3.0/maven-core/apidocs</link>
296296
<link>http://www.slf4j.org/apidocs</link>
297-
<link>http://junit.org/junit4/javadoc/4.13.1</link>
297+
<link>http://junit.org/junit4/javadoc/4.13.2</link>
298298
</links>
299299
<show>private</show>
300300
<tagletArtifacts>
@@ -386,6 +386,7 @@ Import-Package: \
386386
<configuration>
387387
<doclint>none</doclint>
388388
<failOnError>false</failOnError>
389+
<source>8</source>
389390
</configuration>
390391
</plugin>
391392
</plugins>
@@ -404,7 +405,7 @@ Import-Package: \
404405
<plugins>
405406
<plugin>
406407
<artifactId>maven-gpg-plugin</artifactId>
407-
<version>1.6</version>
408+
<version>3.0.1</version>
408409
<executions>
409410
<execution>
410411
<id>sign-artifacts</id>
@@ -436,7 +437,7 @@ Import-Package: \
436437
<plugin>
437438
<groupId>org.codehaus.mojo</groupId>
438439
<artifactId>exec-maven-plugin</artifactId>
439-
<version>1.6.0</version>
440+
<version>3.0.0</version>
440441
<executions>
441442
<execution>
442443
<phase>process-classes</phase>
@@ -551,7 +552,7 @@ Import-Package: \
551552
</plugin>
552553
<plugin>
553554
<artifactId>maven-invoker-plugin</artifactId>
554-
<version>3.2.0</version>
555+
<version>3.2.2</version>
555556
<configuration>
556557
<cloneProjectsTo>${project.build.directory}/integration-test/projects</cloneProjectsTo>
557558
<cloneClean>true</cloneClean>

src/it/osgi/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,18 @@
153153
<dependency>
154154
<groupId>org.apache.servicemix.bundles</groupId>
155155
<artifactId>org.apache.servicemix.bundles.junit</artifactId>
156-
<version>4.13_1</version>
156+
<version>4.13.2_1</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.apache.felix</groupId>
160160
<artifactId>org.apache.felix.framework</artifactId>
161-
<version>6.0.2</version>
161+
<version>6.0.5</version>
162162
<scope>runtime</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.slf4j</groupId>
166166
<artifactId>slf4j-simple</artifactId>
167-
<version>1.7.25</version>
167+
<version>1.7.32</version>
168168
<scope>runtime</scope>
169169
</dependency>
170170
</dependencies>

src/it/osgi/test.bndrun

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-runrequires: bnd.identity;id='javacpp-tests-osgi'
2-
-runfw: org.apache.felix.framework;version='[6.0.2,6.0.2]'
2+
-runfw: org.apache.felix.framework;version='[6.0.5,6.0.5]'
33
-runee: JavaSE-1.8
44
-runbundles: \
55
org.bytedeco.javacpp;version='0.0.0',\
66
org.bytedeco.javacpp.${os.name}-${os.arch};version='0.0.0',\
77
javacpp-tests-osgi;version='0.0.0',\
8-
org.apache.servicemix.bundles.junit;version='[4.13.0,4.13.1)',\
9-
slf4j.api;version='[1.7.25,1.7.26)',\
10-
slf4j.simple;version='[1.7.25,1.7.26)'
8+
org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',\
9+
slf4j.api;version='[1.7.32,1.7.33)',\
10+
slf4j.simple;version='[1.7.32,1.7.33)'

0 commit comments

Comments
 (0)