From 2c7105965da91ce715f527b6665e4516229a8bf9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jul 2021 18:44:08 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.14 Closes gh-27200 --- 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 10aee36c29c4..32b5cc29eabe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -900,7 +900,7 @@ bom { ] } } - library("Johnzon", "1.2.13") { + library("Johnzon", "1.2.14") { group("org.apache.johnzon") { modules = [ "johnzon-core",