Skip to content

Commit 998bef6

Browse files
committed
update build plugins
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent d0ec79b commit 998bef6

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

pom.xml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.eclipse.ee4j</groupId>
2525
<artifactId>project</artifactId>
26-
<version>1.0.6</version>
26+
<version>1.0.8</version>
2727
<relativePath/>
2828
</parent>
2929

@@ -94,7 +94,7 @@
9494
<spotbugs.exclude>${config.dir}/exclude.xml</spotbugs.exclude>
9595
<spotbugs.skip>false</spotbugs.skip>
9696
<spotbugs.threshold>Low</spotbugs.threshold>
97-
<spotbugs.version>4.7.3.4</spotbugs.version>
97+
<spotbugs.version>4.7.3.5</spotbugs.version>
9898

9999
<jakarta.json-api.version>2.1.2</jakarta.json-api.version>
100100

@@ -284,11 +284,10 @@
284284
<artifactId>maven-enforcer-plugin</artifactId>
285285
<version>3.3.0</version>
286286
</plugin>
287-
288287
<plugin>
289288
<groupId>org.codehaus.mojo</groupId>
290289
<artifactId>buildnumber-maven-plugin</artifactId>
291-
<version>3.0.0</version>
290+
<version>3.2.0</version>
292291
</plugin>
293292
<plugin>
294293
<groupId>com.github.spotbugs</groupId>
@@ -308,7 +307,7 @@
308307
<plugin>
309308
<groupId>org.apache.felix</groupId>
310309
<artifactId>maven-bundle-plugin</artifactId>
311-
<version>5.1.8</version>
310+
<version>5.1.9</version>
312311
<configuration>
313312
<niceManifest>true</niceManifest>
314313
<instructions>
@@ -319,7 +318,7 @@
319318
<plugin>
320319
<groupId>org.codehaus.mojo</groupId>
321320
<artifactId>build-helper-maven-plugin</artifactId>
322-
<version>3.3.0</version>
321+
<version>3.4.0</version>
323322
</plugin>
324323
<plugin>
325324
<groupId>org.apache.maven.plugins</groupId>
@@ -329,7 +328,7 @@
329328
<plugin>
330329
<groupId>org.apache.maven.plugins</groupId>
331330
<artifactId>maven-source-plugin</artifactId>
332-
<version>3.2.1</version>
331+
<version>3.3.0</version>
333332
</plugin>
334333
<plugin>
335334
<groupId>org.apache.maven.plugins</groupId>
@@ -344,7 +343,7 @@
344343
<plugin>
345344
<groupId>org.apache.maven.plugins</groupId>
346345
<artifactId>maven-dependency-plugin</artifactId>
347-
<version>3.5.0</version>
346+
<version>3.6.0</version>
348347
</plugin>
349348
<plugin>
350349
<groupId>org.apache.maven.plugins</groupId>
@@ -354,7 +353,7 @@
354353
<plugin>
355354
<groupId>org.apache.maven.plugins</groupId>
356355
<artifactId>maven-clean-plugin</artifactId>
357-
<version>3.2.0</version>
356+
<version>3.3.1</version>
358357
</plugin>
359358
<plugin>
360359
<groupId>org.apache.maven.plugins</groupId>
@@ -369,12 +368,17 @@
369368
<plugin>
370369
<groupId>org.apache.maven.plugins</groupId>
371370
<artifactId>maven-surefire-plugin</artifactId>
372-
<version>3.1.0</version>
371+
<version>3.1.2</version>
373372
</plugin>
374373
<plugin>
375374
<groupId>org.apache.maven.plugins</groupId>
376375
<artifactId>maven-assembly-plugin</artifactId>
377-
<version>3.5.0</version>
376+
<version>3.6.0</version>
377+
</plugin>
378+
<plugin>
379+
<groupId>org.apache.maven.plugins</groupId>
380+
<artifactId>maven-gpg-plugin</artifactId>
381+
<version>3.1.0</version>
378382
</plugin>
379383
</plugins>
380384
</pluginManagement>
@@ -470,7 +474,7 @@
470474
<plugin>
471475
<groupId>org.apache.maven.plugins</groupId>
472476
<artifactId>maven-war-plugin</artifactId>
473-
<version>3.3.2</version>
477+
<version>3.4.0</version>
474478
<configuration>
475479
<failOnMissingWebXml>false</failOnMissingWebXml>
476480
</configuration>

0 commit comments

Comments
 (0)