Skip to content

Commit 64a7c07

Browse files
author
Luigi R. Viggiano
committed
Updated dependencies to work with Java 11 LTS
1 parent c8145e3 commit 64a7c07

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>org.mockito</groupId>
192192
<artifactId>mockito-core</artifactId>
193-
<version>2.15.0</version>
193+
<version>2.23.4</version>
194194
<scope>test</scope>
195195
</dependency>
196196
<dependency>
@@ -207,7 +207,7 @@
207207
<plugins>
208208
<plugin>
209209
<artifactId>maven-compiler-plugin</artifactId>
210-
<version>3.7.0</version>
210+
<version>3.8.0</version>
211211
<configuration>
212212
<source>${compiler-release}</source>
213213
<target>${compiler-release}</target>
@@ -228,7 +228,7 @@
228228
</plugin>
229229
<plugin>
230230
<artifactId>maven-javadoc-plugin</artifactId>
231-
<version>2.10.4</version>
231+
<version>3.0.1</version>
232232
<configuration>
233233
<notimestamp>true</notimestamp>
234234
</configuration>
@@ -245,11 +245,11 @@
245245
</plugin>
246246
<plugin>
247247
<artifactId>maven-assembly-plugin</artifactId>
248-
<version>3.1.0</version>
248+
<version>3.1.1</version>
249249
</plugin>
250250
<plugin>
251251
<artifactId>maven-site-plugin</artifactId>
252-
<version>3.6</version>
252+
<version>3.7.1</version>
253253
<executions>
254254
<execution>
255255
<id>generate-site</id>
@@ -276,14 +276,14 @@
276276
<plugin>
277277
<groupId>org.apache.maven.plugins</groupId>
278278
<artifactId>maven-jar-plugin</artifactId>
279-
<version>3.0.2</version>
279+
<version>3.1.1</version>
280280
<configuration>
281281
<archive>
282282
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
283283
</archive>
284284
</configuration>
285285
</plugin>
286-
<!--
286+
<!-- // doesn't work with java 9+
287287
<plugin>
288288
<groupId>org.codehaus.mojo</groupId>
289289
<artifactId>cobertura-maven-plugin</artifactId>
@@ -300,7 +300,7 @@
300300
<plugin>
301301
<groupId>org.apache.felix</groupId>
302302
<artifactId>maven-bundle-plugin</artifactId>
303-
<version>3.3.0</version>
303+
<version>4.1.0</version>
304304
<extensions>true</extensions>
305305
<executions>
306306
<execution>
@@ -318,7 +318,7 @@
318318
</plugin>
319319
<plugin>
320320
<artifactId>maven-surefire-plugin</artifactId>
321-
<version>2.20.1</version>
321+
<version>2.22.1</version>
322322
</plugin>
323323
<plugin>
324324
<groupId>org.codehaus.mojo</groupId>
@@ -355,7 +355,7 @@
355355
<extension>
356356
<groupId>org.apache.maven.wagon</groupId>
357357
<artifactId>wagon-ftp</artifactId>
358-
<version>3.0.0</version>
358+
<version>3.3.1</version>
359359
</extension>
360360
</extensions>
361361
</build>
@@ -364,19 +364,19 @@
364364
<plugins>
365365
<plugin>
366366
<artifactId>maven-project-info-reports-plugin</artifactId>
367-
<version>2.9</version>
367+
<version>3.0.0</version>
368368
</plugin>
369369
<plugin>
370370
<artifactId>maven-surefire-report-plugin</artifactId>
371-
<version>2.20.1</version>
371+
<version>2.22.1</version>
372372
</plugin>
373373
<plugin>
374374
<artifactId>maven-javadoc-plugin</artifactId>
375-
<version>2.10.4</version>
375+
<version>3.0.1</version>
376376
</plugin>
377377
<plugin>
378378
<artifactId>maven-pmd-plugin</artifactId>
379-
<version>3.8</version>
379+
<version>3.11.0</version>
380380
<configuration>
381381
<linkXRef>true</linkXRef>
382382
<sourceEncoding>utf-8</sourceEncoding>
@@ -386,13 +386,13 @@
386386
</plugin>
387387
<plugin>
388388
<artifactId>maven-jxr-plugin</artifactId>
389-
<version>2.5</version>
389+
<version>3.0.0</version>
390390
</plugin>
391391
<plugin>
392392
<artifactId>maven-changelog-plugin</artifactId>
393393
<version>2.3</version>
394394
</plugin>
395-
<!--
395+
<!-- it doesn't work with Java 9+
396396
<plugin>
397397
<groupId>org.codehaus.mojo</groupId>
398398
<artifactId>cobertura-maven-plugin</artifactId>

0 commit comments

Comments
 (0)