From 5348a20ff5c37b2351965b39fec8b3b93d5a6ddb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:29 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.11 Closes gh-26489 --- 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 50bd343ede..8db5431019 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -868,7 +868,7 @@ bom { ] } } - library("Johnzon", "1.2.10") { + library("Johnzon", "1.2.11") { group("org.apache.johnzon") { modules = [ "johnzon-core",