From a19c421b991791d5fb5c683c834ae8a323111c9c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:38 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.21 Closes gh-36314 --- 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 14741b4de5..a7c2ab5d0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1002,7 +1002,7 @@ bom { ] } } - library("Johnzon", "1.2.20") { + library("Johnzon", "1.2.21") { group("org.apache.johnzon") { modules = [ "johnzon-core",