Skip to content

Commit 0d1dcd6

Browse files
Bump the jacoco group with 2 updates (#19065)
Bumps the jacoco group with 2 updates: [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) and [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco). Updates `org.jacoco:org.jacoco.agent` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.agent dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jacoco - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jacoco ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fc91e5 commit 0d1dcd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bundles/org.openhab.binding.knx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.jacoco</groupId>
5454
<artifactId>org.jacoco.agent</artifactId>
55-
<version>0.8.12</version>
55+
<version>0.8.13</version>
5656
<classifier>runtime</classifier>
5757
<scope>test</scope>
5858
</dependency>
@@ -92,7 +92,7 @@ SPI-Consumer: java.util.ServiceLoader#load(java.lang.Class[tuwien.auto.calimero.
9292
<plugin>
9393
<groupId>org.jacoco</groupId>
9494
<artifactId>jacoco-maven-plugin</artifactId>
95-
<version>0.8.12</version>
95+
<version>0.8.13</version>
9696
<configuration>
9797
<excludes>
9898
<exclude>tuwien/auto/calimero/**/*</exclude>

bundles/org.openhab.binding.mybmw/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- must be on the classpath -->
2424
<groupId>org.jacoco</groupId>
2525
<artifactId>org.jacoco.agent</artifactId>
26-
<version>0.8.12</version>
26+
<version>0.8.13</version>
2727
<classifier>runtime</classifier>
2828
<scope>test</scope>
2929
</dependency>
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.jacoco</groupId>
4444
<artifactId>jacoco-maven-plugin</artifactId>
45-
<version>0.8.12</version>
45+
<version>0.8.13</version>
4646
<executions>
4747
<execution>
4848
<id>default-instrument</id>

0 commit comments

Comments
 (0)