Skip to content

Commit

Permalink
Security update: Patch vulnerability related to okhttp3 dep CVE-2021-…
Browse files Browse the repository at this point in the history
…0341

This should fix the critical vulnerability ( CVE-2021-0341) found in the "okhttp3" dependency.
Okhttp3 changelog: https://square.github.io/okhttp/changelogs/changelog_4x/
Vuln info: https://nvd.nist.gov/vuln/detail/CVE-2021-0341
Okhttp3 fix pr: square/okhttp#6740
  • Loading branch information
atsim1 committed May 9, 2022
1 parent eaabf14 commit e42717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>4.9.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e42717f

Please sign in to comment.