Skip to content

Commit 4740b46

Browse files
committed
#101 Update all Maven plugins
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent fd64856 commit 4740b46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<plugins>
220220
<plugin>
221221
<artifactId>maven-compiler-plugin</artifactId>
222-
<version>3.11.0</version>
222+
<version>3.12.1</version>
223223
<configuration>
224224
<source>${project.build.version.source}</source>
225225
<target>${project.build.version.target}</target>
@@ -246,7 +246,7 @@
246246

247247
<plugin>
248248
<artifactId>maven-enforcer-plugin</artifactId>
249-
<version>3.3.0</version>
249+
<version>3.4.1</version>
250250
<executions>
251251
<execution>
252252
<id>enforce</id>
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.jacoco</groupId>
286286
<artifactId>jacoco-maven-plugin</artifactId>
287-
<version>0.8.10</version>
287+
<version>0.8.11</version>
288288
<executions>
289289
<execution>
290290
<id>pre-unit-test</id>
@@ -310,7 +310,7 @@
310310

311311
<plugin>
312312
<artifactId>maven-surefire-plugin</artifactId>
313-
<version>3.1.2</version>
313+
<version>3.2.5</version>
314314
</plugin>
315315

316316
<plugin>
@@ -327,7 +327,7 @@
327327

328328
<plugin>
329329
<artifactId>maven-javadoc-plugin</artifactId>
330-
<version>3.5.0</version>
330+
<version>3.6.3</version>
331331
<executions>
332332
<execution>
333333
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)