From 976295e2e3f053330d27c9d4cb2695125cc3e2c8 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sat, 25 May 2024 12:22:22 +0800 Subject: [PATCH] Bump gson to 2.11.0 --- .tool-versions | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index ed0c2c34..e4326e79 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ # Configuration for https://github.com/asdf-vm/asdf as an alternative to jabba, rvm, nvm etc java temurin-17.0.11+9 -nodejs 20.12.2 +nodejs 20.13.1 diff --git a/build.gradle b/build.gradle index 96269344..98119b97 100644 --- a/build.gradle +++ b/build.gradle @@ -73,8 +73,8 @@ configurations { } dependencies { - compileOnly 'cd.go.plugin:go-plugin-api:23.5.0' - implementation 'com.google.code.gson:gson:2.10.1' + compileOnly 'cd.go.plugin:go-plugin-api:24.1.0' + implementation 'com.google.code.gson:gson:2.11.0' implementation('org.postgresql:postgresql:42.7.3') { exclude(module: 'checker-qual') }