Upgrade JaCoCo to 8.12 (#18005)

Upgrades JaCoCo and corrensponding maven plugin from 8.11 to 8.12.
See changelog:
https://www.jacoco.org/jacoco/trunk/doc/changes.html

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich 2024-12-30 22:48:34 +01:00 committed by GitHub
parent 1b02f98b46
commit 37c491bcd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId> <artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier> <classifier>runtime</classifier>
<version>0.8.11</version> <version>0.8.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@ -93,7 +93,7 @@ SPI-Consumer: java.util.ServiceLoader#load(java.lang.Class[tuwien.auto.calimero.
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version> <version>0.8.12</version>
<configuration> <configuration>
<excludes> <excludes>
<exclude>tuwien/auto/calimero/**/*</exclude> <exclude>tuwien/auto/calimero/**/*</exclude>

View File

@ -31,7 +31,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version> <version>0.8.12</version>
<executions> <executions>
<execution> <execution>
<id>default-instrument</id> <id>default-instrument</id>
@ -89,7 +89,7 @@
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId> <artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier> <classifier>runtime</classifier>
<version>0.8.11</version> <version>0.8.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>