deps: bump com.gradleup.shadow from 8.3.8 to 9.1.0 #22

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/main/com.gradleup.shadow-9.1.0 into main
Showing only changes of commit c212897333 - Show all commits
+1 -1
View File
@@ -4,7 +4,7 @@ import java.text.SimpleDateFormat
plugins { plugins {
id 'checkstyle' id 'checkstyle'
id "com.github.spotbugs" version "6.2.2" id "com.github.spotbugs" version "6.2.2"
id 'com.gradleup.shadow' version '8.3.8' id 'com.gradleup.shadow' version '9.1.0'
id 'java' id 'java'
} }