From ee689f516f33ca60db1b0a41f01b8ee148e82ca8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:52 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.8 Closes gh-22467 --- 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 3453f69b80..df41e9022e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -863,7 +863,7 @@ bom { ] } } - library("Johnzon", "1.2.7") { + library("Johnzon", "1.2.8") { group("org.apache.johnzon") { modules = [ "johnzon-core",