|
162 | 162 | <plugin> |
163 | 163 | <groupId>org.apache.maven.plugins</groupId> |
164 | 164 | <artifactId>maven-compiler-plugin</artifactId> |
165 | | - <version>3.8.1</version> |
| 165 | + <version>3.10.1</version> |
166 | 166 | <configuration> |
167 | 167 | <source>1.8</source> |
168 | 168 | <target>1.8</target> |
|
190 | 190 | <plugin> |
191 | 191 | <groupId>org.apache.maven.plugins</groupId> |
192 | 192 | <artifactId>maven-jar-plugin</artifactId> |
193 | | - <version>3.2.0</version> |
| 193 | + <version>3.3.0</version> |
194 | 194 | <inherited>true</inherited> |
195 | 195 | <configuration> |
196 | 196 | <archive> |
|
205 | 205 | <plugin> |
206 | 206 | <groupId>org.apache.maven.plugins</groupId> |
207 | 207 | <artifactId>maven-javadoc-plugin</artifactId> |
208 | | - <version>3.2.0</version> |
| 208 | + <version>3.4.1</version> |
209 | 209 | <configuration> |
210 | 210 | <tags> |
211 | 211 | <!--cdk.depends and cdk.builddepends no longer used--> |
|
319 | 319 | <plugin> |
320 | 320 | <groupId>org.apache.maven.plugins</groupId> |
321 | 321 | <artifactId>maven-pmd-plugin</artifactId> |
322 | | - <version>3.6</version> |
| 322 | + <version>3.20.0</version> |
323 | 323 | <configuration> |
324 | 324 | <rulesets> |
325 | 325 | <ruleset>/pmd/custom.xml</ruleset> |
|
358 | 358 | <plugin> |
359 | 359 | <groupId>org.apache.maven.plugins</groupId> |
360 | 360 | <artifactId>maven-dependency-plugin</artifactId> |
361 | | - <version>3.1.2</version> |
| 361 | + <version>3.5.0</version> |
362 | 362 | </plugin> |
363 | 363 | <plugin> |
364 | 364 | <groupId>org.apache.maven.plugins</groupId> |
365 | 365 | <artifactId>maven-checkstyle-plugin</artifactId> |
366 | | - <version>2.17</version> |
| 366 | + <version>3.2.1</version> |
367 | 367 | <configuration> |
368 | 368 | <configLocation>checkstyle.xml</configLocation> |
369 | 369 | <linkXRef>false</linkXRef> |
|
0 commit comments