From 5129a44c652f3f59180e0e79aa4f03526c980ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 8 Aug 2026 18:44:05 +0200 Subject: [PATCH] Upgrade to Yasson 3.0.5 Closes gh-51320 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 7dcf3827047..93d6b96a20e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2978,7 +2978,7 @@ bom { releaseNotes("https://github.com/xmlunit/xmlunit/releases/tag/v{version}") } } - library("Yasson", "3.0.4") { + library("Yasson", "3.0.5") { group("org.eclipse") { modules = [ "yasson"