From b5fb28284e6e9dab9cb8747d1384d9620858fc4b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Nov 2019 13:56:40 +0000 Subject: [PATCH] Upgrade to Shadow Plugin 5.2.0 Closes gh-23971 --- spring-core/spring-core.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/spring-core.gradle b/spring-core/spring-core.gradle index c8f7e4e2ba4..866b4e295c8 100644 --- a/spring-core/spring-core.gradle +++ b/spring-core/spring-core.gradle @@ -1,7 +1,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { - id "com.github.johnrengelman.shadow" version "5.1.0" + id "com.github.johnrengelman.shadow" version "5.2.0" } description = "Spring Core"