From 2b9934573384a50490d5cca408f73bbc6ca17470 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:48 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.3 Closes gh-20078 --- 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 7f11bcc277..ad6d338e04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -856,7 +856,7 @@ bom { ] } } - library("Johnzon", "1.2.2") { + library("Johnzon", "1.2.3") { group("org.apache.johnzon") { modules = [ "johnzon-core",