From 710b8a17d6c00d2db0e6588f3525770d2cfc5e04 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:08 +0000 Subject: [PATCH] Upgrade to Jakarta Activation 2.1.3 Closes gh-39978 --- 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 6536e501aa..3338a67907 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -486,7 +486,7 @@ bom { ] } } - library("Jakarta Activation", "2.1.2") { + library("Jakarta Activation", "2.1.3") { group("jakarta.activation") { modules = [ "jakarta.activation-api"