From 524d0599b1fcf9bcc0ef4ff2874865988d1a48c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 8 Nov 2022 09:16:54 +0000 Subject: [PATCH] Upgrade to Jakarta Json Bind 3.0.0 and Yasson 3.0.0 Closes gh-33049 Closes gh-33058 --- .../spring-boot-dependencies/build.gradle | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 78ae7bc912b..d9d9941a6a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -494,10 +494,7 @@ bom { ] } } - library("Jakarta Json Bind", "2.0.0") { - prohibit("[3.0.0-RC1,)") { - because "it exceeds our Jakarta EE 9 baseline" - } + library("Jakarta Json Bind", "3.0.0") { group("jakarta.json.bind") { modules = [ "jakarta.json.bind-api" @@ -1582,10 +1579,7 @@ bom { ] } } - library("Yasson", "2.0.4") { - prohibit("[3.0.0-RC1,)") { - because "it exceeds our Jakarta EE 9 baseline" - } + library("Yasson", "3.0.0") { group("org.eclipse") { modules = [ "yasson"