diff --git a/build.gradle.kts b/build.gradle.kts index 1430833..a968eb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { // Other public libs implementation(group = "commons-io", name = "commons-io", version = "2.10.0") - implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6") + implementation(group = "com.google.code.gson", name = "gson", version = "2.8.8") } val sharedManifest = the().manifest {