Skip to content

Commit 3ee9be3

Browse files
committed
Bump maven plugins
1 parent 649d616 commit 3ee9be3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.12.1</version>
78+
<version>3.14.0</version>
7979
<configuration>
8080
<release>11</release>
8181
</configuration>
8282
</plugin>
8383
<plugin>
8484
<groupId>com.github.siom79.japicmp</groupId>
8585
<artifactId>japicmp-maven-plugin</artifactId>
86-
<version>0.15.7</version>
86+
<version>0.23.1</version>
8787
<configuration>
8888
<oldVersion>
8989
<dependency>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-release-plugin</artifactId>
137-
<version>3.0.0-M7</version>
137+
<version>3.1.1</version>
138138
<configuration>
139139
<autoVersionSubmodules>true</autoVersionSubmodules>
140140
<useReleaseProfile>false</useReleaseProfile>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.jacoco</groupId>
170170
<artifactId>jacoco-maven-plugin</artifactId>
171-
<version>0.8.8</version>
171+
<version>0.8.13</version>
172172
<executions>
173173
<execution>
174174
<id>prepare-agent</id>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-source-plugin</artifactId>
191-
<version>3.2.1</version>
191+
<version>3.3.1</version>
192192
<executions>
193193
<execution>
194194
<id>attach-sources</id>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>3.4.1</version>
204+
<version>3.11.2</version>
205205
<executions>
206206
<execution>
207207
<id>attach-javadocs</id>
@@ -217,7 +217,7 @@
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-gpg-plugin</artifactId>
220-
<version>3.0.1</version>
220+
<version>3.2.7</version>
221221
<executions>
222222
<execution>
223223
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)