File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8888 <plugin >
8989 <groupId >org.apache.maven.plugins</groupId >
9090 <artifactId >maven-compiler-plugin</artifactId >
91- <version >3.12.1 </version >
91+ <version >3.13.0 </version >
9292 <executions >
9393 <!-- Replacing default-compile as it is treated specially by maven -->
9494 <execution >
Original file line number Diff line number Diff line change 5353 <dependency >
5454 <groupId >org.apache.maven.plugin-tools</groupId >
5555 <artifactId >maven-plugin-annotations</artifactId >
56- <version >3.11.0 </version >
56+ <version >3.13.1 </version >
5757 <scope >provided</scope >
5858 </dependency >
5959
140140 <plugin >
141141 <groupId >org.apache.maven.plugins</groupId >
142142 <artifactId >maven-plugin-plugin</artifactId >
143- <version >3.11.0 </version >
143+ <version >3.13.1 </version >
144144 <executions >
145145 <execution >
146146 <id >mojo-descriptor</id >
Original file line number Diff line number Diff line change 5757 <!-- https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-maven-plugin -->
5858 <spotbugs .version>4.8.2.0</spotbugs .version>
5959 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-pmd-plugin -->
60- <maven-pmd-plugin .version>3.21.2 </maven-pmd-plugin .version>
60+ <maven-pmd-plugin .version>3.24.0 </maven-pmd-plugin .version>
6161 <!-- https://mvnrepository.com/artifact/net.sourceforge.pmd/pmd -->
6262 <pmd .version>6.55.0</pmd .version>
6363 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-checkstyle-plugin -->
64- <maven-checkstyle-plugin .version>3.3.1 </maven-checkstyle-plugin .version>
64+ <maven-checkstyle-plugin .version>3.4.0 </maven-checkstyle-plugin .version>
6565 <!-- https://mvnrepository.com/artifact/com.puppycrawl.tools/checkstyle -->
6666 <checkstyle .version>10.17.0</checkstyle .version>
6767 <!-- https://mvnrepository.com/artifact/com.mycila/license-maven-plugin -->
694694 <plugin >
695695 <groupId >org.apache.maven.plugins</groupId >
696696 <artifactId >maven-gpg-plugin</artifactId >
697- <version >3.2.0 </version >
697+ <version >3.2.4 </version >
698698 <executions >
699699 <execution >
700700 <id >sign-artifacts</id >
708708 <plugin >
709709 <groupId >org.apache.maven.plugins</groupId >
710710 <artifactId >maven-javadoc-plugin</artifactId >
711- <version >3.6.3 </version >
711+ <version >3.8.0 </version >
712712 <configuration >
713713 <!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
714714 <doclint >none</doclint >
Original file line number Diff line number Diff line change 7777 <!-- <eclipse.jt.core.version>3.26.0</eclipse.jt.core.version> -->
7878 <!-- <eclipse.jt.core.version>3.30.0</eclipse.jt.core.version> -->
7979 <!-- <eclipse.jdt.core.manipulation.version>1.16.100</eclipse.jdt.core.manipulation.version> -->
80- <maven .version>3.9.6 </maven .version>
81- <maven-resolver .version>1.9.18 </maven-resolver .version>
80+ <maven .version>3.9.8 </maven .version>
81+ <maven-resolver .version>1.9.21 </maven-resolver .version>
8282
8383 <!-- Not provided as spotless is not executed through maven in CleanThat -->
8484 <maven .scope>compile</maven .scope>
220220 <plugin >
221221 <groupId >org.apache.maven.plugins</groupId >
222222 <artifactId >maven-compiler-plugin</artifactId >
223- <version >3.12.1 </version >
223+ <version >3.13.0 </version >
224224 <configuration >
225225 <compilerArgs >
226226 <!-- https://errorprone.info/docs/installation -->
You can’t perform that action at this time.
0 commit comments