Upgrade to Shadow Plugin 5.2.0

Closes gh-23971
This commit is contained in:
Andy Wilkinson 2019-11-11 13:56:40 +00:00 committed by Sam Brannen
parent ffe69a51e1
commit b5fb28284e
1 changed files with 1 additions and 1 deletions

View File

@ -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"