update build plugins Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/api/pom.xml b/api/pom.xml index c01010c..adf5047 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -83,7 +83,7 @@ <spotbugs.exclude>${project.basedir}/../etc/spotbugs-exclude.xml</spotbugs.exclude> <spotbugs.skip>false</spotbugs.skip> <spotbugs.threshold>Low</spotbugs.threshold> - <spotbugs.version>4.7.1.0</spotbugs.version> + <spotbugs.version>4.7.3.4</spotbugs.version> <non.final>false</non.final> <extension.name>jakarta.json</extension.name> @@ -113,7 +113,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.11.0</version> </plugin> <plugin> <groupId>org.glassfish.build</groupId> @@ -123,7 +123,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.7</version> + <version>5.1.8</version> <configuration> <instructions> <_noextraheaders>true</_noextraheaders> @@ -133,7 +133,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.2.2</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -143,12 +143,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.1.0</version> + <version>3.3.0</version> </plugin> <plugin> <groupId>com.github.spotbugs</groupId> @@ -269,10 +269,8 @@ <compilerArgs> <arg>-Xlint:all</arg> <arg>-Xdoclint:all</arg> - <arg>-Werror</arg> </compilerArgs> <showDeprecation>true</showDeprecation> - <showWarnings>true</showWarnings> </configuration> <executions> <execution> @@ -282,7 +280,6 @@ </goals> <configuration> <release>8</release> - <createMissingPackageInfoClass>true</createMissingPackageInfoClass> <excludes> <exclude>module-info.java</exclude> </excludes>