From 97d4837febaa7d0784eedc94711cd25d04ed9146 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:18 +0000 Subject: [PATCH] Upgrade to Johnzon 1.2.10 Closes gh-25196 --- 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 2c1096403e45..8e7ce1ef08dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -867,7 +867,7 @@ bom { ] } } - library("Johnzon", "1.2.9") { + library("Johnzon", "1.2.10") { group("org.apache.johnzon") { modules = [ "johnzon-core",