Skip to content

Commit 5e1bbcb

Browse files
authored
Merge pull request #30 from javadev/upgrade-okhttp
Upgrade Okhttp to version 4.12.0
2 parents 9df296a + ccb0b9a commit 5e1bbcb

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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>
@@ -141,7 +141,7 @@
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>

0 commit comments

Comments
 (0)