Skip to content

Commit b619c6a

Browse files
committed
chore: pin jacoco version
1 parent 0ba2b02 commit b619c6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@
505505
<axis2_version>${project.version}</axis2_version>
506506
<project.build.outputTimestamp>2025-03-04T22:45:29Z</project.build.outputTimestamp>
507507
<maven.compiler.release>17</maven.compiler.release>
508+
<jacoco.version>0.8.14</jacoco.version>
508509
</properties>
509510

510511
<dependencyManagement>
@@ -1028,6 +1029,11 @@
10281029
<artifactId>byte-buddy</artifactId>
10291030
<version>1.18.1</version>
10301031
</dependency>
1032+
<dependency>
1033+
<groupId>org.jacoco</groupId>
1034+
<artifactId>org.jacoco.report</artifactId>
1035+
<version>${jacoco.version}</version>
1036+
</dependency>
10311037
</dependencies>
10321038
</dependencyManagement>
10331039

0 commit comments

Comments
 (0)