From 9965654c4688e0bea3eeffa78f3ff870b16645b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 17:59:19 +0100 Subject: [PATCH] Upgrade to Jakarta Json Bind 3.0.1 Closes gh-40298 --- 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 d90ff26084..de7798f610 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -514,7 +514,7 @@ bom { ] } } - library("Jakarta Json Bind", "3.0.0") { + library("Jakarta Json Bind", "3.0.1") { group("jakarta.json.bind") { modules = [ "jakarta.json.bind-api"