From 6f816d196dc5c2168797836491b75ae68f500a46 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2023 15:46:37 +0100 Subject: [PATCH] Upgrade to Jakarta Activation 2.1.2 Closes gh-35278 --- 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 85f3efb008..c071bd4a65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -474,7 +474,7 @@ bom { ] } } - library("Jakarta Activation", "2.1.1") { + library("Jakarta Activation", "2.1.2") { group("jakarta.activation") { modules = [ "jakarta.activation-api"