diff --git a/README.adoc b/README.adoc index 370752ac2..9baacaca6 100644 --- a/README.adoc +++ b/README.adoc @@ -283,7 +283,7 @@ repositories { } dependencies { - implementation 'io.emeraldpay:emerald-api:0.11.0' + implementation 'io.emeraldpay:emerald-api:0.13.0' } ---- @@ -296,7 +296,7 @@ https://github.com/emeraldpay/emerald-api-js [source,json] ---- "dependencies": { - "@emeraldpay/api-node": "0.3.2", + "@emeraldpay/api-node": "^0.4.3", } ---- diff --git a/docs/11-client-libraries.adoc b/docs/11-client-libraries.adoc index 3dc690082..ea86ae71c 100644 --- a/docs/11-client-libraries.adoc +++ b/docs/11-client-libraries.adoc @@ -13,7 +13,7 @@ details at https://github.com/emeraldpay/emerald-js-grpc [source,json] ---- "dependencies": { - "@emeraldpay/grpc-client": "0.11.0-0.2", + "@emeraldpay/grpc-client": "0.11.3-0.2", } ---- diff --git a/gradle.properties b/gradle.properties index fa8c62ff7..f271a859b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ grpcVersion=1.54.1 nettyVersion=4.1.92.Final nettyTcnativeVersion=2.0.61.Final detektVersion=1.22.0 -etherjarVersion=0.11.1 +etherjarVersion=0.13.0 groovyVersion=3.0.17 protocVersion=3.18.0 slf4jVersion=2.0.7 @@ -13,4 +13,4 @@ jacksonVersion=2.11.0 springBootVersion=2.7.9 springSecurityVersion=5.5.3 reactorVersion=3.4.10 -httpcomponentsVersion=4.5.8 \ No newline at end of file +httpcomponentsVersion=4.5.8