From 734b837203be3046dd30d125f3ca68d2195665e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:32:09 +0200 Subject: [PATCH] Upgrade to Yasson 3.0.3 Closes gh-34916 --- 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 641b4411e6..4b0544cb8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1551,7 +1551,7 @@ bom { ] } } - library("Yasson", "3.0.2") { + library("Yasson", "3.0.3") { group("org.eclipse") { modules = [ "yasson"