Skip to content

Commit

Permalink
build: pin com.github.johnrengleman.shadow to version 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Jul 10, 2022
1 parent c96cc0a commit 33b1af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.text.SimpleDateFormat
plugins {
id 'checkstyle'
id "com.github.spotbugs" version "5.0.9"
id 'com.github.johnrengelman.shadow' version '7.1.+'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'java'
}

Expand Down

0 comments on commit 33b1af9

Please sign in to comment.