@@ -92,7 +92,7 @@ limitations under the License.
9292 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin -->
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-gpg-plugin</artifactId >
95- <version >3.2.7 </version >
95+ <version >3.2.8 </version >
9696 <executions >
9797 <execution >
9898 <id >sign-artifacts</id >
@@ -178,7 +178,7 @@ limitations under the License.
178178 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
179179 <groupId >org.apache.maven.plugins</groupId >
180180 <artifactId >maven-compiler-plugin</artifactId >
181- <version >3.13 .0</version >
181+ <version >3.14 .0</version >
182182 <configuration >
183183 <encoding >UTF-8</encoding >
184184 <source >${maven.compiler.source} </source >
@@ -204,7 +204,7 @@ limitations under the License.
204204 <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
205205 <groupId >org.apache.maven.plugins</groupId >
206206 <artifactId >maven-javadoc-plugin</artifactId >
207- <version >3.10.1 </version >
207+ <version >3.11.2 </version >
208208 <!-- ONLY NEEDED With jdk 1.7+ -->
209209 <configuration >
210210 <source >8</source >
@@ -243,7 +243,7 @@ limitations under the License.
243243 <plugin >
244244 <groupId >com.diffplug.spotless</groupId >
245245 <artifactId >spotless-maven-plugin</artifactId >
246- <version >2.44.2 </version >
246+ <version >2.46.1 </version >
247247 <configuration >
248248 <java >
249249 <includes >
@@ -259,14 +259,33 @@ limitations under the License.
259259 </java >
260260 </configuration >
261261 </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 >
262281 </plugins >
263282 </build >
264283 <dependencies >
265284 <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
266285 <dependency >
267286 <groupId >org.junit.jupiter</groupId >
268287 <artifactId >junit-jupiter-api</artifactId >
269- <version >5.11.2 </version >
288+ <version >5.13.4 </version >
270289 <scope >test</scope >
271290 </dependency >
272291 <!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
0 commit comments