diff --git a/build.gradle b/build.gradle index 3c9d47f187..88e55a1c4b 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { id 'org.scoverage' version '2.5.0' id 'net.minecrell.licenser' version '0.4.1' id 'com.github.jk1.dependency-license-report' version '0.5.0' - id 'com.github.johnrengelman.shadow' version '4.0.4' + id 'com.github.johnrengelman.shadow' version '5.0.0' } allprojects { diff --git a/helloworld/build.gradle b/helloworld/build.gradle index b85c738154..14259e4863 100644 --- a/helloworld/build.gradle +++ b/helloworld/build.gradle @@ -8,7 +8,7 @@ buildscript { } } plugins { - id 'com.github.johnrengelman.shadow' version '4.0.4' + id 'com.github.johnrengelman.shadow' version '5.0.0' id 'com.commercehub.gradle.plugin.avro' version '0.8.0' id 'org.scoverage' version '2.5.0' } diff --git a/templates/simple/build.gradle.template b/templates/simple/build.gradle.template index 5a551df401..6bd3f5d314 100644 --- a/templates/simple/build.gradle.template +++ b/templates/simple/build.gradle.template @@ -10,7 +10,7 @@ buildscript { plugins { id 'com.commercehub.gradle.plugin.avro' version '0.8.0' - id 'com.github.johnrengelman.shadow' version '4.0.4' + id 'com.github.johnrengelman.shadow' version '5.0.0' } repositories {