From 92193caff6953b7fe5c4bb98b8226eb2156b7675 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:59:21 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.15 Closes gh-28559 --- 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 370836cb7e89..dc1ac1d68dd6 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.14") { + library("Johnzon", "1.2.15") { group("org.apache.johnzon") { modules = [ "johnzon-core",