Skip to content

Commit

Permalink
Updated jacoco, byte-buddy, and commons-io to better support tests on…
Browse files Browse the repository at this point in the history
… Java 21
  • Loading branch information
bobbrodie committed Feb 26, 2024
1 parent 7440c1d commit 8372bdf
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 @@ -112,7 +112,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -278,12 +278,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
<version>1.14.12</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.15.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8372bdf

Please sign in to comment.