From d532ab0ba3025c82523285ec4a35f37c2821214a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:21:59 +0000 Subject: [PATCH] Upgrade to Jakarta Activation 2.1.1 Closes gh-33798 --- 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 58412e5b5a..98893510f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -452,7 +452,7 @@ bom { ] } } - library("Jakarta Activation", "2.1.0") { + library("Jakarta Activation", "2.1.1") { group("jakarta.activation") { modules = [ "jakarta.activation-api"