Skip to content

Commit

Permalink
chore(deps): Update build deps and github actions (#133)
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 Jan 24, 2024
1 parent a632311 commit fa66ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mammoth = { module = "net.kyori:mammoth", version.ref = "mammoth" }

[plugins]
blossom = { id = "net.kyori.blossom", version = "2.1.0" }
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.43.0" }
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.44.0" }
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
indra = { id = "net.kyori.indra", version.ref = "indra" }
Expand All @@ -51,4 +51,4 @@ indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
indra-publishing-gradlePlugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" }
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
spotless = { id = "com.diffplug.spotless", version = "6.23.2" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit fa66ec8

Please sign in to comment.