File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.8.5
2+ * Upgrade Okhttp to version 4.12.0
3+
14## 1.8.4
2- * Upgrade Okio to version 3.7.0.
5+ * Upgrade Okio to version 3.7.0
36
47## 1.8.3
58* Fix for requests with empty body
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Install the API client via Maven:
1818<dependency >
1919 <groupId >com.tinify</groupId >
2020 <artifactId >tinify</artifactId >
21- <version >1.8.4 </version >
21+ <version >1.8.5 </version >
2222</dependency >
2323```
2424
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.tinify</groupId >
55 <artifactId >tinify</artifactId >
6- <version >1.8.4 </version >
6+ <version >1.8.5 </version >
77 <name >Tinify</name >
88 <description >Java client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.</description >
99 <url >https://tinify.com</url >
1010 <packaging >bundle</packaging >
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14- <okhttp .version>3.14.9 </okhttp .version>
14+ <okhttp .version>4.12.0 </okhttp .version>
1515 <gson .version>2.9.0</gson .version>
1616 </properties >
1717 <licenses >
141141 <dependency >
142142 <groupId >com.squareup.okhttp3</groupId >
143143 <artifactId >okhttp</artifactId >
144- <version >3.14.9 </version >
144+ <version >${okhttp.version} </version >
145145 <scope >compile</scope >
146146 </dependency >
147147 <dependency >
You can’t perform that action at this time.
0 commit comments