From 6d915949c8ab8c315fc7382243c8f8244bf2c40a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Aug 2021 13:08:24 +0100 Subject: [PATCH] Upgrade to Jolokia 1.7.0 Closes gh-27646 --- 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 f9e835cd73..1edd573d5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -921,7 +921,7 @@ bom { ] } } - library("Jolokia", "1.6.2") { + library("Jolokia", "1.7.0") { group("org.jolokia") { modules = [ "jolokia-core"