From c968710576bb265297eccce017ab1468cd9300e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 7 Aug 2026 15:59:51 +0200 Subject: [PATCH] Upgrade to Yasson 3.0.5 Closes gh-51307 --- 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 8fe0b7cfd14..6fb41cc3fe8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2949,7 +2949,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"