diff --git a/build.gradle.kts b/build.gradle.kts index dfff378..c92f955 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { exclude("org.hamcrest") } testImplementation("org.hamcrest:hamcrest:2.2") - testImplementation("com.google.code.gson:gson:2.9.0") + testImplementation("com.google.code.gson:gson:2.10.1") jmh("org.bouncycastle:bcprov-jdk15on:1.70") }