Skip to content

Commit

Permalink
fix: exclude okio
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Sep 8, 2023
1 parent 33cfd37 commit 4f16aa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -221,6 +221,12 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.11.0</version>
<exclusions>
<exclusion>
<artifactId>okio</artifactId>
<groupId>com.squareup.okio</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Force okio 3.5.0 until okhttp3 5.0.0 is released. Mitigates CVE-2023-3635 -->
Expand Down

0 comments on commit 4f16aa0

Please sign in to comment.