From 52822bbc4f6704f35dd82e8b8dc6b126d4ce9461 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Sep 2021 08:48:17 +0200 Subject: [PATCH] Upgrade to Jolokia 1.7.1 Closes gh-28093 --- 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 166515c259..b88f97be8c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -924,7 +924,7 @@ bom { ] } } - library("Jolokia", "1.7.0") { + library("Jolokia", "1.7.1") { group("org.jolokia") { modules = [ "jolokia-core"