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 9090 <plugin >
9191 <groupId >org.apache.maven.plugins</groupId >
9292 <artifactId >maven-compiler-plugin</artifactId >
93- <version >3.12.1 </version >
93+ <version >3.14.0 </version >
9494 <executions >
9595 <!-- Replacing default-compile as it is treated specially by maven -->
9696 <execution >
Original file line number Diff line number Diff line change 5656 <dependency >
5757 <groupId >org.apache.maven.plugin-tools</groupId >
5858 <artifactId >maven-plugin-annotations</artifactId >
59- <version >3.11.0 </version >
59+ <version >3.15.1 </version >
6060 <scope >provided</scope >
6161 </dependency >
6262
143143 <plugin >
144144 <groupId >org.apache.maven.plugins</groupId >
145145 <artifactId >maven-plugin-plugin</artifactId >
146- <version >3.11.0 </version >
146+ <version >3.15.1 </version >
147147 <executions >
148148 <execution >
149149 <id >mojo-descriptor</id >
Original file line number Diff line number Diff line change 5959 <!-- https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-maven-plugin -->
6060 <spotbugs .version>4.8.2.0</spotbugs .version>
6161 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-pmd-plugin -->
62- <maven-pmd-plugin .version>3.21.2 </maven-pmd-plugin .version>
62+ <maven-pmd-plugin .version>3.27.0 </maven-pmd-plugin .version>
6363 <!-- https://mvnrepository.com/artifact/net.sourceforge.pmd/pmd -->
6464 <pmd .version>6.55.0</pmd .version>
6565 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-checkstyle-plugin -->
66- <maven-checkstyle-plugin .version>3.3.1 </maven-checkstyle-plugin .version>
66+ <maven-checkstyle-plugin .version>3.6.0 </maven-checkstyle-plugin .version>
6767 <!-- https://mvnrepository.com/artifact/com.puppycrawl.tools/checkstyle -->
6868 <checkstyle .version>10.20.1</checkstyle .version>
6969 <!-- https://mvnrepository.com/artifact/com.mycila/license-maven-plugin -->
698698 <plugin >
699699 <groupId >org.apache.maven.plugins</groupId >
700700 <artifactId >maven-gpg-plugin</artifactId >
701- <version >3.2.0 </version >
701+ <version >3.2.8 </version >
702702 <executions >
703703 <execution >
704704 <id >sign-artifacts</id >
712712 <plugin >
713713 <groupId >org.apache.maven.plugins</groupId >
714714 <artifactId >maven-javadoc-plugin</artifactId >
715- <version >3.6.3 </version >
715+ <version >3.11.2 </version >
716716 <configuration >
717717 <!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
718718 <doclint >none</doclint >
Original file line number Diff line number Diff line change 8282 <!-- <eclipse.jt.core.version>3.26.0</eclipse.jt.core.version> -->
8383 <!-- <eclipse.jt.core.version>3.30.0</eclipse.jt.core.version> -->
8484 <!-- <eclipse.jdt.core.manipulation.version>1.16.100</eclipse.jdt.core.manipulation.version> -->
85- <maven .version>3.9.6 </maven .version>
86- <maven-resolver .version>1.9.18 </maven-resolver .version>
85+ <maven .version>3.9.11 </maven .version>
86+ <maven-resolver .version>1.9.24 </maven-resolver .version>
8787
8888 <!-- Not provided as spotless is not executed through maven in CleanThat -->
8989 <maven .scope>compile</maven .scope>
225225 <plugin >
226226 <groupId >org.apache.maven.plugins</groupId >
227227 <artifactId >maven-compiler-plugin</artifactId >
228- <version >3.12.1 </version >
228+ <version >3.14.0 </version >
229229 <configuration >
230230 <compilerArgs >
231231 <!-- https://errorprone.info/docs/installation -->
You can’t perform that action at this time.
0 commit comments