|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.junit.jupiter</groupId>
|
91 | 91 | <artifactId>junit-jupiter-engine</artifactId>
|
92 |
| - <version>5.7.0</version> |
| 92 | + <version>5.8.1</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.junit.jupiter</groupId>
|
97 | 97 | <artifactId>junit-jupiter-params</artifactId>
|
98 |
| - <version>5.7.0</version> |
| 98 | + <version>5.8.1</version> |
99 | 99 | <scope>test</scope>
|
100 | 100 | </dependency>
|
101 | 101 | <dependency>
|
|
141 | 141 | <plugin>
|
142 | 142 | <groupId>org.apache.maven.plugins</groupId>
|
143 | 143 | <artifactId>maven-enforcer-plugin</artifactId>
|
144 |
| - <version>3.0.0-M3</version> |
| 144 | + <version>3.0.0</version> |
145 | 145 | <executions>
|
146 | 146 | <execution>
|
147 | 147 | <id>enforce-maven</id>
|
|
181 | 181 | <plugin>
|
182 | 182 | <groupId>org.glassfish.copyright</groupId>
|
183 | 183 | <artifactId>glassfish-copyright-maven-plugin</artifactId>
|
184 |
| - <version>2.3</version> |
| 184 | + <version>2.4</version> |
185 | 185 | <configuration>
|
186 | 186 | <excludeFile>etc/config/copyright-exclude</excludeFile>
|
187 | 187 | <!--svn|mercurial|git - defaults to svn-->
|
|
209 | 209 | <plugin>
|
210 | 210 | <groupId>org.apache.felix</groupId>
|
211 | 211 | <artifactId>maven-bundle-plugin</artifactId>
|
212 |
| - <version>5.1.1</version> |
| 212 | + <version>5.1.2</version> |
213 | 213 | <configuration>
|
214 | 214 | <supportedProjectTypes>
|
215 | 215 | <supportedProjectType>jar</supportedProjectType>
|
|
282 | 282 | <plugin>
|
283 | 283 | <groupId>org.apache.maven.plugins</groupId>
|
284 | 284 | <artifactId>maven-javadoc-plugin</artifactId>
|
285 |
| - <version>3.2.0</version> |
| 285 | + <version>3.3.0</version> |
286 | 286 | <executions>
|
287 | 287 | <execution>
|
288 | 288 | <id>attach-api-javadocs</id>
|
289 | 289 | <goals>
|
290 | 290 | <goal>jar</goal>
|
291 | 291 | </goals>
|
292 | 292 | <configuration>
|
| 293 | + <quiet>true</quiet> |
293 | 294 | <source>1.8</source>
|
294 | 295 | <additionalJOption>-Xdoclint:none</additionalJOption>
|
295 | 296 | <description>Jakarta Servlet API documentation</description>
|
|
298 | 299 | <header><![CDATA[<br>Jakarta Servlet API v${project.version}]]></header>
|
299 | 300 | <bottom><![CDATA[
|
300 | 301 | Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br>
|
301 |
| -Copyright © 2019, 2020 Eclipse Foundation. All rights reserved.<br> |
| 302 | +Copyright © 2019, 2021 Eclipse Foundation. All rights reserved.<br> |
302 | 303 | Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
|
303 | 304 | </bottom>
|
304 | 305 | <docfilessubdirs>true</docfilessubdirs>
|
|
0 commit comments