Skip to content

Commit f766350

Browse files
authored
feat: update to okhttp4 (#1361)
1 parent 5cf589b commit f766350

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<formatter-maven-plugin.version>2.20.0</formatter-maven-plugin.version>
7272
<directory-maven-plugin.version>1.0</directory-maven-plugin.version>
7373
<impsort-maven-plugin.version>1.7.0</impsort-maven-plugin.version>
74+
<okhttp.version>4.10.0</okhttp.version>
7475
</properties>
7576

7677
<modules>
@@ -164,6 +165,25 @@
164165
<artifactId>operator-framework</artifactId>
165166
<version>${project.version}</version>
166167
</dependency>
168+
<!--
169+
regarding the okhttp explicit version
170+
see https://github.com/fabric8io/kubernetes-client/issues/4290
171+
-->
172+
<dependency>
173+
<groupId>com.squareup.okhttp3</groupId>
174+
<artifactId>okhttp</artifactId>
175+
<version>${okhttp.version}</version>
176+
</dependency>
177+
<dependency>
178+
<groupId>com.squareup.okhttp3</groupId>
179+
<artifactId>logging-interceptor</artifactId>
180+
<version>${okhttp.version}</version>
181+
</dependency>
182+
<dependency>
183+
<groupId>com.squareup.okhttp3</groupId>
184+
<artifactId>mockwebserver</artifactId>
185+
<version>${okhttp.version}</version>
186+
</dependency>
167187
</dependencies>
168188
</dependencyManagement>
169189

0 commit comments

Comments
 (0)