summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod2/helm-generator/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/mod2/helm-generator/pom.xml b/mod2/helm-generator/pom.xml
index 52d1427..1b6d211 100644
--- a/mod2/helm-generator/pom.xml
+++ b/mod2/helm-generator/pom.xml
@@ -104,13 +104,24 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
- <version>4.0.1</version>
+ <version>4.9.3</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ <version>2.2.2</version>
+ </dependency>
</dependencies>
<dependencyManagement>
<dependencies>