Skip to content

Commit

Permalink
Update okhttp to version 4.12.0 (#17101)
Browse files Browse the repository at this point in the history
  • Loading branch information
thll authored Oct 27, 2023
1 parent 55746e3 commit eba2263
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@
<natty.version>0.13</natty.version>
<netty.version>4.1.100.Final</netty.version>
<netty-tcnative-boringssl-static.version>2.0.62.Final</netty-tcnative-boringssl-static.version>
<okhttp.version>4.11.0</okhttp.version>
<okio.version>3.5.0</okio.version>
<okhttp.version>4.12.0</okhttp.version>
<opencsv.version>2.3</opencsv.version>
<opentelemetry.version>1.30.0</opentelemetry.version>
<os-platform-finder.version>1.2.3</os-platform-finder.version>
Expand Down Expand Up @@ -373,12 +372,6 @@
<artifactId>okhttp-tls</artifactId>
<version>${okhttp.version}</version>
</dependency>
<!-- Explicitly manage okio to fix CVE-2023-3635. Can probably be removed with next okhttp update -->
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
Expand Down

0 comments on commit eba2263

Please sign in to comment.