diff --git a/README.md b/README.md index f07c2ac..4261334 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ repositories { ``` - Add the dependency ``` -implementation('com.github.DaikonWeb:daikon-gson:1.7.0') +implementation('com.github.DaikonWeb:daikon-gson:1.7.1') ``` ### Maven @@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-gson:1.7.0') com.github.DaikonWeb daikon-gson - 1.7.0 + 1.7.1 ``` diff --git a/build.gradle b/build.gradle index 153db14..8b6a847 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - implementation 'com.github.DaikonWeb:daikon:1.7.0' + implementation 'com.github.DaikonWeb:daikon:1.7.1' compile 'com.google.code.gson:gson:2.8.6'