From b977f14372ed6637c2e34200d5653121314982fd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:18 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.8 Closes gh-22803 --- 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 07b0dcfbbe..00c7c309ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -807,7 +807,7 @@ bom { ] } } - library("Johnzon", "1.2.7") { + library("Johnzon", "1.2.8") { group("org.apache.johnzon") { modules = [ "johnzon-core",