|
69 | 69 |
|
70 | 70 | <local.lib.repo>${project.basedir}/lib/mvn-repo</local.lib.repo> |
71 | 71 |
|
72 | | - <surefire.version>3.1.0</surefire.version> |
73 | | - <checkstyle.version>10.7.0</checkstyle.version> |
74 | | - <checkstyle.plugin.version>3.2.1</checkstyle.plugin.version> |
75 | | - <javadoc.plugin.version>3.4.1</javadoc.plugin.version> |
76 | | - <source.plugin.version>3.2.1</source.plugin.version> |
| 72 | + <surefire.version>3.2.5</surefire.version> |
| 73 | + <checkstyle.version>10.14.0</checkstyle.version> |
| 74 | + <checkstyle.plugin.version>3.3.1</checkstyle.plugin.version> |
| 75 | + <javadoc.plugin.version>3.6.3</javadoc.plugin.version> |
| 76 | + <source.plugin.version>3.3.0</source.plugin.version> |
77 | 77 | <jar.plugin.version>3.3.0</jar.plugin.version> |
78 | 78 |
|
79 | 79 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
101 | 101 | </resource> |
102 | 102 | </resources> |
103 | 103 |
|
| 104 | + |
| 105 | + <pluginManagement> |
| 106 | + <plugins> |
| 107 | + <plugin> |
| 108 | + <groupId>org.apache.maven.plugins</groupId> |
| 109 | + <artifactId>maven-shade-plugin</artifactId> |
| 110 | + <version>3.5.2</version> |
| 111 | + </plugin> |
| 112 | + </plugins> |
| 113 | + </pluginManagement> |
104 | 114 | <plugins> |
105 | 115 |
|
106 | 116 | <plugin> |
107 | 117 | <groupId>de.jflex</groupId> |
108 | 118 | <artifactId>jflex-maven-plugin</artifactId> |
109 | | - <version>1.8.2</version> |
| 119 | + <version>1.9.1</version> |
110 | 120 | <executions> |
111 | 121 | <execution> |
112 | 122 | <id>lexer-gen</id> |
|
148 | 158 | <plugin> |
149 | 159 | <groupId>org.apache.maven.plugins</groupId> |
150 | 160 | <artifactId>maven-compiler-plugin</artifactId> |
151 | | - <version>3.10.1</version> |
| 161 | + <version>3.12.1</version> |
152 | 162 | <configuration> |
153 | 163 | <release>${java.version}</release> |
154 | 164 | <useIncrementalCompilation>false</useIncrementalCompilation> |
|
182 | 192 | <plugin> |
183 | 193 | <groupId>org.codehaus.mojo</groupId> |
184 | 194 | <artifactId>build-helper-maven-plugin</artifactId> |
185 | | - <version>3.3.0</version> |
| 195 | + <version>3.5.0</version> |
186 | 196 | <executions> |
187 | 197 | <execution> |
188 | 198 | <id>add-generated-sources</id> |
|
410 | 420 | <plugin> |
411 | 421 | <groupId>org.apache.maven.plugins</groupId> |
412 | 422 | <artifactId>maven-release-plugin</artifactId> |
413 | | - <version>3.0.0-M7</version> |
| 423 | + <version>3.0.1</version> |
414 | 424 | <configuration> |
415 | 425 | <releaseProfiles>shading,sign</releaseProfiles> |
416 | 426 | <pushChanges>true</pushChanges> |
|
424 | 434 | <plugin> |
425 | 435 | <groupId>org.apache.maven.plugins</groupId> |
426 | 436 | <artifactId>maven-enforcer-plugin</artifactId> |
427 | | - <version>3.1.0</version> |
| 437 | + <version>3.4.1</version> |
428 | 438 | <executions> |
429 | 439 | <execution> |
430 | 440 | <id>enforce-versions</id> |
|
472 | 482 | <plugin> |
473 | 483 | <groupId>org.apache.maven.plugins</groupId> |
474 | 484 | <artifactId>maven-deploy-plugin</artifactId> |
475 | | - <version>3.1.0</version> |
| 485 | + <version>3.1.1</version> |
476 | 486 | </plugin> |
477 | 487 |
|
478 | 488 | <plugin> |
479 | 489 | <groupId>org.apache.maven.plugins</groupId> |
480 | 490 | <artifactId>maven-site-plugin</artifactId> |
481 | | - <version>4.0.0-M4</version> |
| 491 | + <version>4.0.0-M13</version> |
482 | 492 | </plugin> |
483 | 493 |
|
484 | 494 | <plugin> |
485 | 495 | <groupId>org.apache.maven.plugins</groupId> |
486 | 496 | <artifactId>maven-resources-plugin</artifactId> |
487 | | - <version>3.3.0</version> |
| 497 | + <version>3.3.1</version> |
488 | 498 | </plugin> |
489 | 499 |
|
490 | 500 | <plugin> |
491 | 501 | <groupId>org.apache.maven.plugins</groupId> |
492 | 502 | <artifactId>maven-clean-plugin</artifactId> |
493 | | - <version>3.2.0</version> |
| 503 | + <version>3.3.2</version> |
494 | 504 | </plugin> |
495 | 505 |
|
496 | 506 | <plugin> |
497 | 507 | <groupId>org.apache.maven.plugins</groupId> |
498 | 508 | <artifactId>maven-install-plugin</artifactId> |
499 | | - <version>3.1.0</version> |
| 509 | + <version>3.1.1</version> |
500 | 510 | </plugin> |
501 | 511 | </plugins> |
502 | 512 | </build> |
|
829 | 839 | <plugin> |
830 | 840 | <groupId>org.apache.maven.plugins</groupId> |
831 | 841 | <artifactId>maven-shade-plugin</artifactId> |
832 | | - <version>3.4.1</version> |
833 | 842 | <configuration> |
834 | 843 |
|
835 | 844 | <!-- We can't just use an artifactSet/excludes to exclude pmd dependencies --> |
|
901 | 910 | <plugin> |
902 | 911 | <groupId>org.apache.maven.plugins</groupId> |
903 | 912 | <artifactId>maven-shade-plugin</artifactId> |
904 | | - <version>3.4.1</version> |
905 | 913 | <configuration> |
906 | 914 |
|
907 | 915 | <!-- Relocate nothing --> |
|
945 | 953 | <plugin> |
946 | 954 | <groupId>org.apache.maven.plugins</groupId> |
947 | 955 | <artifactId>maven-gpg-plugin</artifactId> |
948 | | - <version>3.0.1</version> |
| 956 | + <version>3.1.0</version> |
949 | 957 | <executions> |
950 | 958 | <execution> |
951 | 959 | <id>sign-artifacts</id> |
|
968 | 976 | <plugin> |
969 | 977 | <groupId>org.codehaus.mojo</groupId> |
970 | 978 | <artifactId>exec-maven-plugin</artifactId> |
971 | | - <version>3.1.0</version> |
| 979 | + <version>3.2.0</version> |
972 | 980 | <executions> |
973 | 981 | <execution> |
974 | 982 | <goals> |
|
0 commit comments