From bf63740a9a4d7feb294bbcbad2d2607591d462dc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 16:58:33 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.18 Closes gh-30921 --- 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 7b9db7e885..faa7c76a6b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -927,7 +927,7 @@ bom { ] } } - library("Johnzon", "1.2.16") { + library("Johnzon", "1.2.18") { group("org.apache.johnzon") { modules = [ "johnzon-core",