| 
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>  | 
2 | 2 | <!--  | 
3 | 3 | 
  | 
4 |  | -    Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.  | 
 | 4 | +    Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.  | 
5 | 5 | 
  | 
6 | 6 |     This program and the accompanying materials are made available under the  | 
7 | 7 |     terms of the Eclipse Public License v. 2.0, which is available at  | 
 | 
83 | 83 |         <spotbugs.exclude>${project.basedir}/../etc/spotbugs-exclude.xml</spotbugs.exclude>  | 
84 | 84 |         <spotbugs.skip>false</spotbugs.skip>  | 
85 | 85 |         <spotbugs.threshold>Low</spotbugs.threshold>  | 
86 |  | -        <spotbugs.version>4.7.1.0</spotbugs.version>  | 
 | 86 | +        <spotbugs.version>4.7.3.4</spotbugs.version>  | 
87 | 87 | 
 
  | 
88 | 88 |         <non.final>false</non.final>  | 
89 | 89 |         <extension.name>jakarta.json</extension.name>  | 
 | 
113 | 113 |                 <plugin>  | 
114 | 114 |                     <groupId>org.apache.maven.plugins</groupId>  | 
115 | 115 |                     <artifactId>maven-compiler-plugin</artifactId>  | 
116 |  | -                    <version>3.10.1</version>  | 
 | 116 | +                    <version>3.11.0</version>  | 
117 | 117 |                 </plugin>  | 
118 | 118 |                 <plugin>  | 
119 | 119 |                     <groupId>org.glassfish.build</groupId>  | 
 | 
123 | 123 |                 <plugin>  | 
124 | 124 |                     <groupId>org.apache.felix</groupId>  | 
125 | 125 |                     <artifactId>maven-bundle-plugin</artifactId>  | 
126 |  | -                    <version>5.1.7</version>  | 
 | 126 | +                    <version>5.1.8</version>  | 
127 | 127 |                     <configuration>  | 
128 | 128 |                         <instructions>  | 
129 | 129 |                             <_noextraheaders>true</_noextraheaders>  | 
 | 
133 | 133 |                 <plugin>  | 
134 | 134 |                     <groupId>org.apache.maven.plugins</groupId>  | 
135 | 135 |                     <artifactId>maven-jar-plugin</artifactId>  | 
136 |  | -                    <version>3.2.2</version>  | 
 | 136 | +                    <version>3.3.0</version>  | 
137 | 137 |                 </plugin>  | 
138 | 138 |                 <plugin>  | 
139 | 139 |                     <groupId>org.apache.maven.plugins</groupId>  | 
 | 
143 | 143 |                 <plugin>  | 
144 | 144 |                     <groupId>org.apache.maven.plugins</groupId>  | 
145 | 145 |                     <artifactId>maven-javadoc-plugin</artifactId>  | 
146 |  | -                    <version>3.4.0</version>  | 
 | 146 | +                    <version>3.5.0</version>  | 
147 | 147 |                 </plugin>  | 
148 | 148 |                 <plugin>  | 
149 | 149 |                     <groupId>org.apache.maven.plugins</groupId>  | 
150 | 150 |                     <artifactId>maven-enforcer-plugin</artifactId>  | 
151 |  | -                    <version>3.1.0</version>  | 
 | 151 | +                    <version>3.3.0</version>  | 
152 | 152 |                 </plugin>  | 
153 | 153 |                 <plugin>  | 
154 | 154 |                     <groupId>com.github.spotbugs</groupId>  | 
 | 
269 | 269 |                     <compilerArgs>  | 
270 | 270 |                         <arg>-Xlint:all</arg>  | 
271 | 271 |                         <arg>-Xdoclint:all</arg>  | 
272 |  | -                        <arg>-Werror</arg>  | 
273 | 272 |                     </compilerArgs>  | 
274 | 273 |                     <showDeprecation>true</showDeprecation>  | 
275 |  | -                    <showWarnings>true</showWarnings>  | 
276 | 274 |                 </configuration>  | 
277 | 275 |                 <executions>  | 
278 | 276 |                     <execution>  | 
 | 
282 | 280 |                         </goals>  | 
283 | 281 |                         <configuration>  | 
284 | 282 |                             <release>8</release>  | 
285 |  | -                            <createMissingPackageInfoClass>true</createMissingPackageInfoClass>  | 
286 | 283 |                             <excludes>  | 
287 | 284 |                                 <exclude>module-info.java</exclude>  | 
288 | 285 |                             </excludes>  | 
 | 
0 commit comments