File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 77* Fix #7415 : (java-generator) Fix generic type erasure for array of enums with default values
88
99#### Improvements
10+ * Fix #7422 : bump okhttp from 4.12.0 to 5.3.2
1011
1112#### Dependency Upgrade
1213
1314#### New Features
1415* Fix #7385 : Support for Kubernetes v1.35 (Timbernetes)
1516
1617#### _ ** Note** _ : Breaking changes
18+ * Fix #7422 : bump okhttp from 4.12.0 to 5.3.2. The versions are binary compatible, but the major version upgrade might cause side effects.
1719
1820### 7.5.2 (2026-01-22)
1921
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments