From 875a31a70d14b166281aacae4a7481fa53db2141 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:27 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.11 Closes gh-26548 --- 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 55401f2618..bd2f7f7b62 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -900,7 +900,7 @@ bom { ] } } - library("Johnzon", "1.2.10") { + library("Johnzon", "1.2.11") { group("org.apache.johnzon") { modules = [ "johnzon-core",