Skip to content

Commit 56a9c57

Browse files
build(upgrade version): upgrade the version of OkhttpClient version (#16)
Moved OkhttpClient's version from 4.9.1 to LTS 4.10.0. closes #15
1 parent 02c89f3 commit 56a9c57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To add a dependency on core interfaces using Maven, use the following:
1414
<dependency>
1515
<groupId>io.apimatic</groupId>
1616
<artifactId>core-interfaces</artifactId>
17-
<version>0.1.2</version>
17+
<version>0.1.3</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.apimatic</groupId>
99
<artifactId>core-interfaces</artifactId>
10-
<version>0.1.2</version>
10+
<version>0.1.3</version>
1111

1212
<name>core-interfaces</name>
1313
<description>An abstract layer of the functionalities provided by apimatic-core-library, okhttp-client-adapter and APIMatic SDKs.</description>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.squareup.okhttp3</groupId>
5151
<artifactId>okhttp</artifactId>
52-
<version>4.9.1</version>
52+
<version>4.10.0</version>
5353
</dependency>
5454
</dependencies>
5555

0 commit comments

Comments
 (0)