File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88
88
<plugin >
89
89
<groupId >org.apache.maven.plugins</groupId >
90
90
<artifactId >maven-compiler-plugin</artifactId >
91
- <version >3.12.1 </version >
91
+ <version >3.13.0 </version >
92
92
<executions >
93
93
<!-- Replacing default-compile as it is treated specially by maven -->
94
94
<execution >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.apache.maven.plugin-tools</groupId >
55
55
<artifactId >maven-plugin-annotations</artifactId >
56
- <version >3.11 .0</version >
56
+ <version >3.15 .0</version >
57
57
<scope >provided</scope >
58
58
</dependency >
59
59
140
140
<plugin >
141
141
<groupId >org.apache.maven.plugins</groupId >
142
142
<artifactId >maven-plugin-plugin</artifactId >
143
- <version >3.11 .0</version >
143
+ <version >3.15 .0</version >
144
144
<executions >
145
145
<execution >
146
146
<id >mojo-descriptor</id >
Original file line number Diff line number Diff line change 57
57
<!-- https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-maven-plugin -->
58
58
<spotbugs .version>4.8.2.0</spotbugs .version>
59
59
<!-- 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.25.0 </maven-pmd-plugin .version>
61
61
<!-- https://mvnrepository.com/artifact/net.sourceforge.pmd/pmd -->
62
62
<pmd .version>6.55.0</pmd .version>
63
63
<!-- 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.5.0 </maven-checkstyle-plugin .version>
65
65
<!-- https://mvnrepository.com/artifact/com.puppycrawl.tools/checkstyle -->
66
66
<checkstyle .version>10.17.0</checkstyle .version>
67
67
<!-- https://mvnrepository.com/artifact/com.mycila/license-maven-plugin -->
696
696
<plugin >
697
697
<groupId >org.apache.maven.plugins</groupId >
698
698
<artifactId >maven-gpg-plugin</artifactId >
699
- <version >3.2.0 </version >
699
+ <version >3.2.7 </version >
700
700
<executions >
701
701
<execution >
702
702
<id >sign-artifacts</id >
710
710
<plugin >
711
711
<groupId >org.apache.maven.plugins</groupId >
712
712
<artifactId >maven-javadoc-plugin</artifactId >
713
- <version >3.6.3 </version >
713
+ <version >3.10.1 </version >
714
714
<configuration >
715
715
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
716
716
<doclint >none</doclint >
Original file line number Diff line number Diff line change 77
77
<!-- <eclipse.jt.core.version>3.26.0</eclipse.jt.core.version> -->
78
78
<!-- <eclipse.jt.core.version>3.30.0</eclipse.jt.core.version> -->
79
79
<!-- <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.9 </maven .version>
81
+ <maven-resolver .version>1.9.22 </maven-resolver .version>
82
82
83
83
<!-- Not provided as spotless is not executed through maven in CleanThat -->
84
84
<maven .scope>compile</maven .scope>
220
220
<plugin >
221
221
<groupId >org.apache.maven.plugins</groupId >
222
222
<artifactId >maven-compiler-plugin</artifactId >
223
- <version >3.12.1 </version >
223
+ <version >3.13.0 </version >
224
224
<configuration >
225
225
<compilerArgs >
226
226
<!-- https://errorprone.info/docs/installation -->
You can’t perform that action at this time.
0 commit comments