From 40a392f65baacfe0cc086e7a2be08ea4a28cc165 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 May 2023 14:13:15 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.20 Closes gh-35340 --- 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 4db85d2170..1f75800837 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.19") { + library("Johnzon", "1.2.20") { group("org.apache.johnzon") { modules = [ "johnzon-core",