Skip to content

Commit a410b66

Browse files
authored
Update transitive dependency for okhttp (#625)
1 parent f2f725f commit a410b66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

okhttp/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535
<version>${slf4j.version}</version>
3636
</dependency>
3737

38+
<!-- transitive dependencies -->
39+
<!-- upgraded because of CVE-2023-3635 -->
40+
<dependency>
41+
<groupId>com.squareup.okio</groupId>
42+
<artifactId>okio-jvm</artifactId>
43+
<version>3.4.0</version>
44+
</dependency>
45+
3846
<!-- test dependencies -->
3947
<dependency>
4048
<groupId>com.inrupt.client</groupId>

0 commit comments

Comments
 (0)