Skip to content

Commit 8372bdf

Browse files
committed
Updated jacoco, byte-buddy, and commons-io to better support tests on Java 21
1 parent 7440c1d commit 8372bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.jacoco</groupId>
114114
<artifactId>jacoco-maven-plugin</artifactId>
115-
<version>0.8.8</version>
115+
<version>0.8.11</version>
116116
<executions>
117117
<execution>
118118
<goals>
@@ -278,12 +278,12 @@
278278
<dependency>
279279
<groupId>net.bytebuddy</groupId>
280280
<artifactId>byte-buddy</artifactId>
281-
<version>1.14.11</version>
281+
<version>1.14.12</version>
282282
</dependency>
283283
<dependency>
284284
<groupId>commons-io</groupId>
285285
<artifactId>commons-io</artifactId>
286-
<version>2.11.0</version>
286+
<version>2.15.1</version>
287287
<scope>test</scope>
288288
</dependency>
289289
</dependencies>

0 commit comments

Comments
 (0)