Skip to content

Commit 181c577

Browse files
authored
Merge pull request #71 from DataSQRL/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13
Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.13
2 parents 2f33f4a + 621af45 commit 181c577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>org.jacoco</groupId>
290290
<artifactId>jacoco-maven-plugin</artifactId>
291-
<version>0.8.11</version>
291+
<version>0.8.13</version>
292292
<executions>
293293
<execution>
294294
<goals>

testing/coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.jacoco</groupId>
4848
<artifactId>jacoco-maven-plugin</artifactId>
49-
<version>0.8.11</version>
49+
<version>0.8.13</version>
5050
<executions>
5151
<execution>
5252
<id>report-aggregate</id>

0 commit comments

Comments
 (0)