From 26d6c568650cca411770f9a3c413cb6eac1a45de Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:18 +0100 Subject: [PATCH] Upgrade to Johnzon 1.2.16 Closes gh-29844 --- 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 8e51c4cbba..3ebb287b47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -937,7 +937,7 @@ bom { ] } } - library("Johnzon", "1.2.15") { + library("Johnzon", "1.2.16") { group("org.apache.johnzon") { modules = [ "johnzon-core",