Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 9, 2024
1 parent 022bce8 commit 1316ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<version>0.8.4</version>
<version>0.8.8</version>
<classifier>runtime</classifier>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -179,7 +179,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<version>0.8.8</version>
<executions>
<execution>
<id>default-instrument</id>
Expand Down Expand Up @@ -257,4 +257,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 1316ec0

Please sign in to comment.