diff --git a/README.md b/README.md
index 3c35235..010636c 100644
--- a/README.md
+++ b/README.md
@@ -266,7 +266,7 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca
| Koios Instance | Koios Java Client |
|:--------------:|:-----------------:|
-| 1.0.9 | 1.16.1 |
+| 1.0.9 | 1.16.2 |
| 1.0.8 | 1.15.2 |
| 1.0.7 | 1.14.1 |
| 1.0.6 | 1.13 |
@@ -281,13 +281,13 @@ Resource and maintenance requirements for Cardano blockchain components (e.g. ca
io.github.cardano-community
koios-java-client
- 1.16.1
+ 1.16.2
```
- For Gradle, add the following dependency to build.gradle
```
-compile group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.16.1'
+compile group: 'io.github.cardano-community', name: 'koios-java-client', version: '1.16.2'
```
### Get Koios Backend Service
diff --git a/pom.xml b/pom.xml
index 5497b17..34a6fb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
io.github.cardano-community
koios-java-client
- 1.16.1
+ 1.16.2
${project.groupId}:${project.artifactId}
Koios Java Client is a Java REST Client library which allows interacting with Koios Server Instances using Java Objects
https://github.com/cardano-community/koios-java-client