Skip to content

Commit 53964c3

Browse files
Update mvn
1 parent ec57424 commit 53964c3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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.12.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.12.0</version>
144144
<executions>
145145
<execution>
146146
<id>mojo-descriptor</id>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
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>
@@ -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)