From 788c3b6c2554cb44b9aaaab1d5fa73dcada79d69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:24:13 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.20 Closes gh-35521 --- 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 8f6ebe99283..a195e6b4010 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -932,7 +932,7 @@ bom { ] } } - library("Johnzon", "1.2.19") { + library("Johnzon", "1.2.20") { group("org.apache.johnzon") { modules = [ "johnzon-core",