Skip to content

Commit 7bbcab1

Browse files
committed
chore(deps): update okhttp to 5.3.2
1 parent 5f6618c commit 7bbcab1

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#### Dependency Upgrade
2121
* Fix #7408: bump vertx.version from 4.5.21 to 4.5.24
22+
* Fix #7422: bump okhttp from 4.12.0 to 5.3.2
2223

2324
### 7.5.1 (2026-01-15)
2425

kubernetes-examples/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<groupId>com.squareup.okhttp3</groupId>
5252
<artifactId>okhttp</artifactId>
5353
</dependency>
54+
<dependency>
55+
<groupId>com.squareup.okhttp3</groupId>
56+
<artifactId>okhttp-jvm</artifactId>
57+
</dependency>
5458

5559
<dependency>
5660
<groupId>org.slf4j</groupId>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
<!-- Core versions -->
8989
<sundrio.version>0.230.1</sundrio.version>
90-
<okhttp.version>4.12.0</okhttp.version>
90+
<okhttp.version>5.3.2</okhttp.version>
9191
<jackson.version>2.20.0</jackson.version>
9292
<jackson.bundle.version>${jackson.version}</jackson.bundle.version>
9393
<!-- fix as jackson-annotations version 2.20 was released, Refer: https://github.com/FasterXML/jackson-bom/blob/54f854ba1ce69c5827f8acf6d08ba2d7ce36233c/pom.xml#L53-L62 -->
@@ -696,6 +696,11 @@
696696
<artifactId>okhttp</artifactId>
697697
<version>${okhttp.version}</version>
698698
</dependency>
699+
<dependency>
700+
<groupId>com.squareup.okhttp3</groupId>
701+
<artifactId>okhttp-jvm</artifactId>
702+
<version>${okhttp.version}</version>
703+
</dependency>
699704
<dependency>
700705
<groupId>org.apache.commons</groupId>
701706
<artifactId>commons-compress</artifactId>

0 commit comments

Comments
 (0)