Skip to content

Commit 524a052

Browse files
committed
build: upgrade okhttp to 5.0
1 parent 2a27e6a commit 524a052

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

jooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
74-
<artifactId>okhttp</artifactId>
74+
<artifactId>okhttp-jvm</artifactId>
7575
<scope>test</scope>
7676
</dependency>
7777

modules/jooby-avaje-inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<dependency>
6767
<groupId>com.squareup.okhttp3</groupId>
68-
<artifactId>okhttp</artifactId>
68+
<artifactId>okhttp-jvm</artifactId>
6969
<scope>test</scope>
7070
</dependency>
7171

modules/jooby-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<dependency>
5959
<groupId>com.squareup.okhttp3</groupId>
60-
<artifactId>okhttp</artifactId>
60+
<artifactId>okhttp-jvm</artifactId>
6161
<scope>test</scope>
6262
</dependency>
6363

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
<!-- OKHttp -->
930930
<dependency>
931931
<groupId>com.squareup.okhttp3</groupId>
932-
<artifactId>okhttp</artifactId>
932+
<artifactId>okhttp-jvm</artifactId>
933933
<version>${okhttp.version}</version>
934934
</dependency>
935935

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
<dependency>
200200
<groupId>com.squareup.okhttp3</groupId>
201-
<artifactId>okhttp</artifactId>
201+
<artifactId>okhttp-jvm</artifactId>
202202
<scope>test</scope>
203203
</dependency>
204204

0 commit comments

Comments
 (0)