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"