Skip to content

Commit

Permalink
CVE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josedee committed Jan 24, 2025
1 parent afde373 commit a88e5a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drools-reliability/drools-reliability-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<properties>
<java.module.name>org.drools.reliability.infinispan</java.module.name>
<version.testcontainers>1.17.2</version.testcontainers>
<version.com.squareup.okhttp3>4.9.2</version.com.squareup.okhttp3>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -140,6 +141,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${version.com.squareup.okhttp3}</version>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-component-annotations</artifactId>
Expand Down

0 comments on commit a88e5a9

Please sign in to comment.