From 5811b22554a24522a44f32a65c51efbeb2c7c46b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 11 Jul 2021 08:12:07 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.14 Closes gh-27242 --- 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 3111fbe06e..6525528cf4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -810,7 +810,7 @@ bom { ] } } - library("Johnzon", "1.2.13") { + library("Johnzon", "1.2.14") { group("org.apache.johnzon") { modules = [ "johnzon-core",