From 8fed955e209527df64811ff67f81147b99293637 Mon Sep 17 00:00:00 2001 From: labkey-willm Date: Tue, 17 Oct 2023 12:21:53 -0700 Subject: [PATCH] bump json-java to 20231013 for CVE-2023-5072 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e288a9a81b..9408c1cf58 100644 --- a/gradle.properties +++ b/gradle.properties @@ -222,7 +222,7 @@ jodaTimeVersion=2.8.1 # brought in transitively from guava and other google packages. Need to resolve consistently jsr305Version=3.0.2 -orgJsonVersion=20230618 +orgJsonVersion=20231013 jsoupVersion=1.16.1