Skip to content

Commit 83493a3

Browse files
committed
update build plugins
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent fc14a6e commit 83493a3

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

api/pom.xml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<spotbugs.exclude>${project.basedir}/../etc/spotbugs-exclude.xml</spotbugs.exclude>
8484
<spotbugs.skip>false</spotbugs.skip>
8585
<spotbugs.threshold>Low</spotbugs.threshold>
86-
<spotbugs.version>4.3.0</spotbugs.version>
86+
<spotbugs.version>4.7.1.0</spotbugs.version>
8787

8888
<non.final>false</non.final>
8989
<extension.name>jakarta.json</extension.name>
@@ -95,20 +95,15 @@
9595
<build>
9696
<pluginManagement>
9797
<plugins>
98-
<plugin>
99-
<groupId>org.commonjava.maven.plugins</groupId>
100-
<artifactId>directory-maven-plugin</artifactId>
101-
<version>0.3.1</version>
102-
</plugin>
10398
<plugin>
10499
<groupId>org.codehaus.mojo</groupId>
105100
<artifactId>buildnumber-maven-plugin</artifactId>
106-
<version>1.4</version>
101+
<version>3.0.0</version>
107102
</plugin>
108103
<plugin>
109104
<groupId>org.codehaus.mojo</groupId>
110105
<artifactId>build-helper-maven-plugin</artifactId>
111-
<version>3.2.0</version>
106+
<version>3.3.0</version>
112107
</plugin>
113108
<plugin>
114109
<groupId>org.glassfish.copyright</groupId>
@@ -118,7 +113,7 @@
118113
<plugin>
119114
<groupId>org.apache.maven.plugins</groupId>
120115
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.8.1</version>
116+
<version>3.10.1</version>
122117
</plugin>
123118
<plugin>
124119
<groupId>org.glassfish.build</groupId>
@@ -128,7 +123,7 @@
128123
<plugin>
129124
<groupId>org.apache.felix</groupId>
130125
<artifactId>maven-bundle-plugin</artifactId>
131-
<version>5.1.1</version>
126+
<version>5.1.7</version>
132127
<configuration>
133128
<instructions>
134129
<_noextraheaders>true</_noextraheaders>
@@ -138,7 +133,7 @@
138133
<plugin>
139134
<groupId>org.apache.maven.plugins</groupId>
140135
<artifactId>maven-jar-plugin</artifactId>
141-
<version>3.2.0</version>
136+
<version>3.2.2</version>
142137
</plugin>
143138
<plugin>
144139
<groupId>org.apache.maven.plugins</groupId>
@@ -148,12 +143,12 @@
148143
<plugin>
149144
<groupId>org.apache.maven.plugins</groupId>
150145
<artifactId>maven-javadoc-plugin</artifactId>
151-
<version>3.3.0</version>
146+
<version>3.4.0</version>
152147
</plugin>
153148
<plugin>
154149
<groupId>org.apache.maven.plugins</groupId>
155150
<artifactId>maven-enforcer-plugin</artifactId>
156-
<version>3.0.0</version>
151+
<version>3.1.0</version>
157152
</plugin>
158153
<plugin>
159154
<groupId>com.github.spotbugs</groupId>
@@ -402,7 +397,6 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
402397
<groupId>com.github.spotbugs</groupId>
403398
<artifactId>spotbugs-maven-plugin</artifactId>
404399
<configuration>
405-
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
406400
<fork>true</fork>
407401
<excludeFilterFile>${spotbugs.exclude}</excludeFilterFile>
408402
<failThreshold>High</failThreshold>

0 commit comments

Comments
 (0)