diff --git a/build.gradle.kts b/build.gradle.kts index 505f50d..b58d6c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-jetty") // gson - implementation("com.google.code.gson:gson:2.10.1") + implementation("com.google.code.gson:gson:2.11.0") // asyncHttp implementation("org.asynchttpclient:async-http-client:2.12.3")