From a4e71fb49fb7fbaab8f276225254c7f8865fab61 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:31 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.11 Closes gh-26506 --- 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 32c6b80411..6e974697d1 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.10") { + library("Johnzon", "1.2.11") { group("org.apache.johnzon") { modules = [ "johnzon-core",