From e61dcc38d7f2ff7e61e40e5eb45d072d5713a3c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:23:56 +0000 Subject: [PATCH] Upgrade to Jakarta Activation 1.2.2 Closes gh-20451 --- 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 0ccd3331441..90ffc70c101 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -585,7 +585,7 @@ bom { ] } } - library("Jakarta Activation", "1.2.1") { + library("Jakarta Activation", "1.2.2") { group("com.sun.activation") { modules = [ "jakarta.activation"