Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion keploy-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.core</artifactId>
<version>0.8.12</version>
<!-- Keep in step with k8s-proxy dedupinject.BundledJaCoCoVersion: this
dependency is what shades ASM into keploy-sdk.jar, and that shaded
ASM is an independent ceiling on the Java bytecode dynamic dedup can
instrument. While this sat on 0.8.12 it, not the jacocoagent in the
init image, was what capped dedup at Java 22. -->
<version>0.8.15</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
Expand Down
Loading