From 889990a610bb4e20c00efdb117e10fe59c72afb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 13:44:42 +0000 Subject: [PATCH] Upgrade to Jakarta Activation 2.1.3 Closes gh-39996 --- 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 9c110f6fa8d..a344ea2eea5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -632,7 +632,7 @@ bom { ] } } - library("Jakarta Activation", "2.1.2") { + library("Jakarta Activation", "2.1.3") { group("jakarta.activation") { modules = [ "jakarta.activation-api"