From 3f107d083533d9c1e3e579efe92391f4b5602e18 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:21:19 +0100 Subject: [PATCH] Upgrade to Jakarta Transaction 2.0.1 Closes gh-30953 --- 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 4d532c0815d..dc0f6c50402 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -531,7 +531,7 @@ bom { ] } } - library("Jakarta Transaction", "2.0.0") { + library("Jakarta Transaction", "2.0.1") { group("jakarta.transaction") { modules = [ "jakarta.transaction-api"