Skip to content

Commit

Permalink
chore(deps): Update build deps and github actions (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 75e423a commit 5ea3490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ errorprone = "2.22.0"
errorproneGradle = "3.1.0"
indra = "3.1.3"
junit = "5.10.0"
spongeConvention = "2.1.1"
spongeConvention = "2.2.0"

[libraries]
errorprone = { module = "com.google.errorprone:error_prone_core", version.ref = "errorprone" }
Expand All @@ -18,12 +18,12 @@ junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher" }

[plugins]
blossom = { id = "net.kyori.blossom", version = "2.0.1"}
blossom = { id = "net.kyori.blossom", version = "2.1.0"}
errorprone = { id = "net.ltgt.errorprone", version.ref = "errorproneGradle" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.1.7" }
indra = { id = "net.kyori.indra", version.ref = "indra" }
indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
spongeConvention = { id = "org.spongepowered.gradle.sponge.dev", version.ref = "spongeConvention" }
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }

0 comments on commit 5ea3490

Please sign in to comment.