From 84b1b67e6de8e5c63c01709f02bf95b89a21ce56 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 14:37:34 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.18 Closes gh-30909 --- 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 9f6a288476..086e7b5a1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -919,7 +919,7 @@ bom { ] } } - library("Johnzon", "1.2.16") { + library("Johnzon", "1.2.18") { group("org.apache.johnzon") { modules = [ "johnzon-core",