From 4fb62fe78d9dc55729675b3ad4f07f7d2a01b5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:05:11 +0200 Subject: [PATCH] Upgrade to Yasson 3.0.4 Closes gh-41776 --- 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 5feb301dc0..abbc5475cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1819,7 +1819,7 @@ bom { ] } } - library("Yasson", "3.0.3") { + library("Yasson", "3.0.4") { group("org.eclipse") { modules = [ "yasson"