diff --git a/build.gradle b/build.gradle index f649116..8e64966 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'java' id 'checkstyle' id "com.github.spotbugs" version "4.7.1" - id 'com.github.johnrengelman.shadow' version '7.1.0' + id 'com.github.johnrengelman.shadow' version '7.1.2' } group = "com.snowypeaksystems.mobactions"