Skip to content

Commit

Permalink
Upgrade JaCoCo to 8.12 (#18005)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
holgerfriedrich authored Dec 30, 2024
1 parent 1b02f98 commit 37c491b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.knx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<version>0.8.11</version>
<version>0.8.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -93,7 +93,7 @@ SPI-Consumer: java.util.ServiceLoader#load(java.lang.Class[tuwien.auto.calimero.
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<configuration>
<excludes>
<exclude>tuwien/auto/calimero/**/*</exclude>
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.mybmw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>default-instrument</id>
Expand Down Expand Up @@ -89,7 +89,7 @@
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<version>0.8.11</version>
<version>0.8.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 37c491b

Please sign in to comment.