From f687c36f23040065252e0f0fc94b05f813f3afeb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:10:02 +0000 Subject: [PATCH] Upgrade to Jakarta Activation 2.1.3 Closes gh-39967 --- 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 43cb2e8983..64b64649da 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.2") { + library("Jakarta Activation", "2.1.3") { group("jakarta.activation") { modules = [ "jakarta.activation-api"