Skip to content

Commit e57b58a

Browse files
Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf4af1f commit e57b58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<java.version>1.8</java.version>
17-
<maven.compiler.version>3.8.1</maven.compiler.version>
17+
<maven.compiler.version>3.10.1</maven.compiler.version>
1818
<karate.version>1.1.0</karate.version>
1919
<gatling.plugin.version>3.1.2</gatling.plugin.version>
2020
<sonar.organization>znsio</sonar.organization>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.jacoco</groupId>
165165
<artifactId>jacoco-maven-plugin</artifactId>
166-
<version>0.8.7</version>
166+
<version>0.8.8</version>
167167
<executions>
168168
<execution>
169169
<goals>

0 commit comments

Comments
 (0)