diff --git a/java/simple-app/build.gradle b/java/simple-app/build.gradle index e7ecbbe..1891a66 100644 --- a/java/simple-app/build.gradle +++ b/java/simple-app/build.gradle @@ -16,6 +16,6 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 dependencies { - implementation "io.codenotary:immudb4j:1.0.0" + implementation "io.codenotary:immudb4j:1.0.1" }