From 43a7a4af134c5aa697bb1a0c544280be07e7c292 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:13 +0100 Subject: [PATCH] Upgrade to Jersey 2.31 Closes gh-21957 --- 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 a5ab842b58..4fd3eb6ed2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -847,7 +847,7 @@ bom { ] } } - library("Jersey", "2.30.1") { + library("Jersey", "2.31") { group("org.glassfish.jersey") { imports = [ "jersey-bom"