Skip to content

Commit

Permalink
chore(deps): Update patch dependency changes (#502)
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 Aug 9, 2024
1 parent c3d2105 commit 6283233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checkstyle="10.16.0"
geantyref = "1.3.15"
errorprone="2.27.1"
indra = "3.1.3"
junit="5.10.2"
junit="5.10.3"
ktlint="0.49.1"
ktfmt="0.49"
pmd = "6.55.0"
Expand Down Expand Up @@ -47,21 +47,21 @@ guice-runtime = "com.google.inject:guice:5.0.1"

# Formats
gson = "com.google.code.gson:gson:2.8.0" # Fixed version, to avoid using API not present in older MC
jackson = "com.fasterxml.jackson.core:jackson-core:2.17.0"
jackson = "com.fasterxml.jackson.core:jackson-core:2.17.2"

# Tool
clikt = "com.github.ajalt:clikt:2.8.0"
jansi = "org.fusesource.jansi:jansi:2.4.1"

# Build
build-codenarc = { module = "org.codenarc:CodeNarc", version = "3.4.0-groovy-4.0" }
build-codenarcGroovy = { module = "org.apache.groovy:groovy-all", version = "4.0.21" }
build-codenarcGroovy = { module = "org.apache.groovy:groovy-all", version = "4.0.22" }
build-errorprone = "net.ltgt.gradle:gradle-errorprone-plugin:3.1.0"
build-forbiddenApis = "de.thetaphi:forbiddenapis:3.7"
build-goomph = "com.diffplug.gradle:goomph:3.44.0"
build-indra = { module = "net.kyori:indra-common", version.ref = "indra" }
build-indra-crossdoc = { module = "net.kyori:indra-crossdoc", version.ref = "indra" }
build-japicmp-plugin = "me.champeau.gradle:japicmp-gradle-plugin:0.4.2"
build-japicmp-plugin = "me.champeau.gradle:japicmp-gradle-plugin:0.4.3"
build-japicmp = { module = "com.github.siom79.japicmp:japicmp", version.require = "0.21.+" }
build-nullaway = "net.ltgt.gradle:gradle-nullaway-plugin:2.0.0"
build-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
Expand Down

0 comments on commit 6283233

Please sign in to comment.