From 8fafd886ccde3ff156fbdfd2cd10650de3993348 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:27:12 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.20 Closes gh-35480 --- 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 22f6771d039..e759174481d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -920,7 +920,7 @@ bom { ] } } - library("Johnzon", "1.2.18") { + library("Johnzon", "1.2.20") { group("org.apache.johnzon") { modules = [ "johnzon-core",