From 1e680241ed837bdce7ae808fe96f4876ae6c55c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 6 Jun 2021 20:25:54 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.13 Closes gh-26781 --- 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 88f74a878e6..5917b55d92f 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.11") { + library("Johnzon", "1.2.13") { group("org.apache.johnzon") { modules = [ "johnzon-core",