Skip to content

Commit

Permalink
[version] Updated Jacaco to 0.8.12 and removed its fixed transitive a…
Browse files Browse the repository at this point in the history
…sm dependency
  • Loading branch information
meronbrouwer committed Nov 11, 2024
1 parent 48e7c15 commit 50da245
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.12</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand All @@ -165,13 +165,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.5</version>
</dependency>
</dependencies>
<!-- <dependencies>-->
<!-- <dependency>-->
<!-- <groupId>org.ow2.asm</groupId>-->
<!-- <artifactId>asm</artifactId>-->
<!-- <version>9.7.1</version>-->
<!-- </dependency>-->
<!-- </dependencies>-->
<configuration>
<excludes>
<exclude>com/github/hanyaeger/core/guice/**/*</exclude>
Expand Down Expand Up @@ -284,6 +284,7 @@
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 50da245

Please sign in to comment.