From 454c4fcd0dc40137a486d9eabc8869da8a054d90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:21 +0000 Subject: [PATCH] Upgrade to Johnzon 1.2.10 Closes gh-25239 --- 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 16fb325704e..379093138d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -877,7 +877,7 @@ bom { ] } } - library("Johnzon", "1.2.9") { + library("Johnzon", "1.2.10") { group("org.apache.johnzon") { modules = [ "johnzon-core",