From cacc563fc0abfdeef11a0db2f3f9ba49d512e8cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:26:22 +0200 Subject: [PATCH] Upgrade to Yasson 3.0.3 Closes gh-34891 --- 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 6501cfa7e04..d5de771330c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1557,7 +1557,7 @@ bom { ] } } - library("Yasson", "3.0.2") { + library("Yasson", "3.0.3") { group("org.eclipse") { modules = [ "yasson"