Skip to content

Commit 54e3825

Browse files
Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.0.0 (#686)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Darin Pope <[email protected]>
1 parent de0555c commit 54e3825

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
</dependency>
115115
<dependency>
116116
<groupId>com.squareup.okhttp3</groupId>
117-
<artifactId>okhttp</artifactId>
118-
<version>4.12.0</version>
117+
<artifactId>okhttp-jvm</artifactId>
118+
<version>5.0.0</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>io.jsonwebtoken</groupId>

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</dependency>
5353
<dependency>
5454
<groupId>com.squareup.okhttp3</groupId>
55-
<artifactId>okhttp</artifactId>
55+
<artifactId>okhttp-jvm</artifactId>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.vladmihalcea</groupId>

0 commit comments

Comments
 (0)