Skip to content

Commit

Permalink
Merge pull request #107 from Jake-Moore/dependabot/gradle/com.gradleu…
Browse files Browse the repository at this point in the history
…p.shadow-8.3.5

Bump com.gradleup.shadow from 8.3.3 to 8.3.5
  • Loading branch information
Jake-Moore authored Nov 19, 2024
2 parents 48a848e + 7c390ad commit 66e9e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins { // needed for the allprojects section to work
id("java")
id("java-library")
id("maven-publish")
id("com.gradleup.shadow") version "8.3.3" apply false
id("com.gradleup.shadow") version "8.3.5" apply false
}

ext {
Expand Down

0 comments on commit 66e9e89

Please sign in to comment.