From 77c6a605dba447d6ee3d0f508601dfa820e6bc82 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 08:55:02 +0200 Subject: [PATCH] Upgrade to Johnzon 1.2.5 Closes gh-21406 --- 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 d03308daf2b..77420b6f373 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -889,7 +889,7 @@ bom { ] } } - library("Johnzon", "1.2.4") { + library("Johnzon", "1.2.5") { group("org.apache.johnzon") { modules = [ "johnzon-core",