Skip to content

Commit f4d909f

Browse files
authored
Merge pull request #22 from majusko/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.5
Bump jacoco-maven-plugin from 0.8.3 to 0.8.5
2 parents 864ff60 + 0d50c88 commit f4d909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.jacoco</groupId>
125125
<artifactId>jacoco-maven-plugin</artifactId>
126-
<version>0.8.3</version>
126+
<version>0.8.5</version>
127127
<configuration>
128128
<excludes>
129129
<exclude>**/*Properties.*</exclude>

0 commit comments

Comments
 (0)