From 54a977cc9a862f680ff5ec0169018e938a143714 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Nov 2022 13:56:27 +0100 Subject: [PATCH] Upgrade to Yasson 3.0.2 Closes gh-33201 --- 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 225b491099f0..cce4ceb8a814 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Yasson", "3.0.0") { + library("Yasson", "3.0.2") { group("org.eclipse") { modules = [ "yasson"