From ed3cf8fd1f23e2c4ac002ba0912baabaa50a6391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 May 2023 14:40:08 +0200 Subject: [PATCH] Upgrade to Jakarta Activation 2.1.2 Closes gh-35345 --- 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 fce0a0ecbc12..2325b9bf1e3d 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.1") { + library("Jakarta Activation", "2.1.2") { group("jakarta.activation") { modules = [ "jakarta.activation-api"