From 5f63b222868b9367cad72ca035fc3e86e590aef6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Jan 2021 09:20:19 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.9 Closes gh-24728 --- 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 030c7c2293..784e1b5338 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -809,7 +809,7 @@ bom { ] } } - library("Johnzon", "1.2.8") { + library("Johnzon", "1.2.9") { group("org.apache.johnzon") { modules = [ "johnzon-core",