Skip to content

Commit 6a0e210

Browse files
authored
Merge pull request #275 from bitpay/java-21-jacoco
Java 21 JaCoCo support
2 parents 7440c1d + 8372bdf commit 6a0e210

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)