Bump shadow due to log4j RCE

This commit is contained in:
Etil
2021-12-30 03:59:59 +01:00
committed by GitHub
parent 018499e3cc
commit caa03a719f

View File

@@ -3,7 +3,7 @@ import io.papermc.paperweight.util.constants.*
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.3"
}