From b755eacd86dbc42cafdd323b381fbfd481b77fbd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jun 2021 08:24:51 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.13 Closes gh-26806 --- 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 115acfc73b66..a38ea58cb91c 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.11") { + library("Johnzon", "1.2.13") { group("org.apache.johnzon") { modules = [ "johnzon-core",