File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.12 .0</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.12 .0</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.22.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 -->
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 >
Original file line number Diff line number Diff line change 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> -->
8080 <maven .version>3.9.6</maven .version>
81- <maven-resolver .version>1.9.18 </maven-resolver .version>
81+ <maven-resolver .version>1.9.19 </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