Merge remote-tracking branch 'origin/dependabot/gradle/com.github.johnrengelman.shadow-7.1.0' into develop

This commit is contained in:
Auxilor
2021-12-12 12:43:40 +00:00

View File

@@ -1,6 +1,6 @@
plugins {
id("java-library")
id("com.github.johnrengelman.shadow") version "7.0.0"
id("com.github.johnrengelman.shadow") version "7.1.0"
id("maven-publish")
id("java")
}