From 5199977e03fe0cfad148618ad9b84c2acafbd060 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:10:59 +0000 Subject: [PATCH] Upgrade to Jersey 3.1.5 Closes gh-38787 --- 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 7b73c04bcd..ad9ccc0fc7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -652,7 +652,7 @@ bom { ] } } - library("Jersey", "3.1.3") { + library("Jersey", "3.1.5") { group("org.glassfish.jersey") { imports = [ "jersey-bom"