Skip to content

Commit c5009fd

Browse files
Update mvn
1 parent af43d9f commit c5009fd

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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>

maven/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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.15.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959

@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-plugin-plugin</artifactId>
143-
<version>3.11.0</version>
143+
<version>3.15.0</version>
144144
<executions>
145145
<execution>
146146
<id>mojo-descriptor</id>

parent/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
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.25.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.5.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 -->
@@ -696,7 +696,7 @@
696696
<plugin>
697697
<groupId>org.apache.maven.plugins</groupId>
698698
<artifactId>maven-gpg-plugin</artifactId>
699-
<version>3.2.0</version>
699+
<version>3.2.7</version>
700700
<executions>
701701
<execution>
702702
<id>sign-artifacts</id>
@@ -710,7 +710,7 @@
710710
<plugin>
711711
<groupId>org.apache.maven.plugins</groupId>
712712
<artifactId>maven-javadoc-plugin</artifactId>
713-
<version>3.6.3</version>
713+
<version>3.10.1</version>
714714
<configuration>
715715
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
716716
<doclint>none</doclint>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
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.9</maven.version>
81+
<maven-resolver.version>1.9.22</maven-resolver.version>
8282

8383
<!-- Not provided as spotless is not executed through maven in CleanThat -->
8484
<maven.scope>compile</maven.scope>
@@ -220,7 +220,7 @@
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 -->

0 commit comments

Comments
 (0)