From 9394d4e547b2a4a8f4c0cf872c5268fb22567675 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:08 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.14 Closes gh-27270 --- 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 9ed446c502..6f573a4058 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -907,7 +907,7 @@ bom { ] } } - library("Johnzon", "1.2.13") { + library("Johnzon", "1.2.14") { group("org.apache.johnzon") { modules = [ "johnzon-core",