Bump safe gradle plugins

This commit is contained in:
broccolai 2021-04-28 00:30:47 +01:00 committed by Jason
parent c9ac39ed26
commit 343be0bf67

View file

@ -19,8 +19,8 @@ plugins {
id("net.kyori.indra.publishing.sonatype") version indraVersion apply false
id("net.kyori.indra.license-header") version indraVersion apply false
id("org.cadixdev.licenser") version "0.6.0-SNAPSHOT" apply false
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("net.ltgt.errorprone") version "1.3.0" apply false
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("net.ltgt.errorprone") version "2.0.1" apply false
id("com.github.ben-manes.versions") version "0.38.0"
}