Skip to content

Commit 5f20439

Browse files
build(okhttp-dependency): address cve-2023-3635 in okhttp library (#58)
This commit fixes a vulnerability (CVE-2023-3635) in Okio that could lead to data loss during type conversion. The issue arises when converting from a long to an integer, where data might be truncated or translated incorrectly. Closes #57
1 parent 635395f commit 5f20439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.squareup.okhttp3</groupId>
5151
<artifactId>okhttp</artifactId>
52-
<version>4.10.0</version>
52+
<version>4.12.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)