From 4cf69b549b88b156185f98916636c0c43205f87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20K=C3=A5re=20S=C3=B8rensen?= <88373451+jon-kare-sorensen@users.noreply.github.com> Date: Tue, 6 May 2025 16:39:26 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20sikkerhetss=C3=A5rbarhet=20i=20gson,?= =?UTF-8?q?=20oppdatert=20til=20siste=20versjon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b17bdcf..e5db3d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { val GITHUB_USER: String by project val GITHUB_TOKEN: String by project -version = "3.1.6" +version = "3.1.7" group = "com.citrix" repositories { @@ -29,7 +29,7 @@ java { dependencies { implementation("org.apache.httpcomponents:httpcore:4.4.13") implementation("org.apache.directory.studio:org.apache.commons.codec:1.6") - implementation("com.google.code.gson:gson:2.8.5") + implementation("com.google.code.gson:gson:2.13.1") } publishing { @@ -68,4 +68,4 @@ publishing { } } } -} \ No newline at end of file +}