From 0399b659042c7b87863089bfde0449cf71834dac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:15:01 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.9 Closes gh-24914 --- 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 0de959e8c3..f350562f84 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -802,7 +802,7 @@ bom { ] } } - library("Johnzon", "1.2.8") { + library("Johnzon", "1.2.9") { group("org.apache.johnzon") { modules = [ "johnzon-core",