@@ -92,7 +92,7 @@ limitations under the License.
92
92
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-gpg-plugin</artifactId >
95
- <version >3.2.7 </version >
95
+ <version >3.2.8 </version >
96
96
<executions >
97
97
<execution >
98
98
<id >sign-artifacts</id >
@@ -178,7 +178,7 @@ limitations under the License.
178
178
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
179
179
<groupId >org.apache.maven.plugins</groupId >
180
180
<artifactId >maven-compiler-plugin</artifactId >
181
- <version >3.13 .0</version >
181
+ <version >3.14 .0</version >
182
182
<configuration >
183
183
<encoding >UTF-8</encoding >
184
184
<source >${maven.compiler.source} </source >
@@ -204,7 +204,7 @@ limitations under the License.
204
204
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
205
205
<groupId >org.apache.maven.plugins</groupId >
206
206
<artifactId >maven-javadoc-plugin</artifactId >
207
- <version >3.10.1 </version >
207
+ <version >3.11.2 </version >
208
208
<!-- ONLY NEEDED With jdk 1.7+ -->
209
209
<configuration >
210
210
<source >8</source >
@@ -243,7 +243,7 @@ limitations under the License.
243
243
<plugin >
244
244
<groupId >com.diffplug.spotless</groupId >
245
245
<artifactId >spotless-maven-plugin</artifactId >
246
- <version >2.44.2 </version >
246
+ <version >2.46.1 </version >
247
247
<configuration >
248
248
<java >
249
249
<includes >
@@ -259,14 +259,33 @@ limitations under the License.
259
259
</java >
260
260
</configuration >
261
261
</plugin >
262
+ <plugin >
263
+ <groupId >org.jacoco</groupId >
264
+ <artifactId >jacoco-maven-plugin</artifactId >
265
+ <version >0.8.13</version >
266
+ <executions >
267
+ <execution >
268
+ <goals >
269
+ <goal >prepare-agent</goal >
270
+ </goals >
271
+ </execution >
272
+ <execution >
273
+ <id >report</id >
274
+ <phase >test</phase >
275
+ <goals >
276
+ <goal >report</goal >
277
+ </goals >
278
+ </execution >
279
+ </executions >
280
+ </plugin >
262
281
</plugins >
263
282
</build >
264
283
<dependencies >
265
284
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
266
285
<dependency >
267
286
<groupId >org.junit.jupiter</groupId >
268
287
<artifactId >junit-jupiter-api</artifactId >
269
- <version >5.11.2 </version >
288
+ <version >5.13.4 </version >
270
289
<scope >test</scope >
271
290
</dependency >
272
291
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
0 commit comments