From 898b6273552b7a8c6b24a7f1b1d265433bcfd509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:55:10 +0000 Subject: [PATCH] fix(deps): update dependency org.json:json to v20231013 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9d8b073f..f508333b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("org.jetbrains:annotations:24.0.1") implementation("commons-io:commons-io:2.14.0") implementation("com.google.code.gson:gson:2.10.1") - implementation("org.json:json:20230618") + implementation("org.json:json:20231013") implementation("net.lingala.zip4j:zip4j:2.11.5") annotationProcessor("com.velocitypowered:velocity-api:3.1.1")