From cc2bb7cade622873d353be2c675ee6407fee4a94 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 May 2023 08:06:09 +0100 Subject: [PATCH 1/3] Upgrade to Json-smart 2.4.11 Closes gh-35549 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ead8f25305..2c0583655e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1050,7 +1050,7 @@ bom { ] } } - library("Json-smart", "2.4.10") { + library("Json-smart", "2.4.11") { group("net.minidev") { modules = [ "json-smart" From e6160fca8e1bffff50abdaa67a83078f4bdc7cdf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 May 2023 08:10:52 +0100 Subject: [PATCH 2/3] Upgrade to Jersey 3.1.2 Closes gh-35550 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 1f353d5fc7..721143651e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -630,7 +630,7 @@ bom { ] } } - library("Jersey", "3.1.1") { + library("Jersey", "3.1.2") { group("org.glassfish.jersey") { imports = [ "jersey-bom" From b6e56c85a05e1992ef63469cefc87c27afb58f22 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 May 2023 08:10:57 +0100 Subject: [PATCH 3/3] Upgrade to Json-smart 2.4.11 Closes gh-35551 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 721143651e..190b613431 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -679,7 +679,7 @@ bom { ] } } - library("Json-smart", "2.4.10") { + library("Json-smart", "2.4.11") { group("net.minidev") { modules = [ "json-smart"