From e06bb693f866a1fae0ce8d8e0ef1e90a42311939 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:04 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.15 Closes gh-28553 --- 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 f6ce1dc0f1..6f2c55ece4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -817,7 +817,7 @@ bom { ] } } - library("Johnzon", "1.2.14") { + library("Johnzon", "1.2.15") { group("org.apache.johnzon") { modules = [ "johnzon-core",