From 9fa4e92fbb0ff9a18be7cc454880dbe48acc7b3b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:19 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.7 Closes gh-21960 --- 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 83221b01e9..c15e27974c 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.5") { + library("Johnzon", "1.2.7") { group("org.apache.johnzon") { modules = [ "johnzon-core",