Skip to content

Commit 28d5305

Browse files
chore(deps): Update patch dependency changes (#583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30e1124 commit 28d5305

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
assertj="3.27.3"
33
autoValue="1.11.0"
4-
checkerQual="3.49.3"
4+
checkerQual="3.49.5"
55
checkstyle="10.26.1"
66
geantyref = "1.3.16"
77
errorprone="2.41.0"
88
indra = "3.2.0"
9-
junit="5.13.0"
9+
junit="5.13.4"
1010
ktlint="0.49.1"
1111
ktfmt="0.56"
1212
pmd = "7.16.0"
@@ -50,15 +50,15 @@ guice-runtime = "com.google.inject:guice:5.0.1"
5050

5151
# Formats
5252
gson = "com.google.code.gson:gson:2.8.0" # Fixed version, to avoid using API not present in older MC
53-
jackson = "com.fasterxml.jackson.core:jackson-core:2.19.0"
53+
jackson = "com.fasterxml.jackson.core:jackson-core:2.19.2"
5454

5555
# Tool
5656
clikt = "com.github.ajalt:clikt:2.8.0"
5757
jansi = "org.fusesource.jansi:jansi:2.4.2"
5858

5959
# Build
6060
build-codenarc = { module = "org.codenarc:CodeNarc", version = "3.6.0-groovy-4.0" }
61-
build-codenarcGroovy = { module = "org.apache.groovy:groovy-all", version = "4.0.27" }
61+
build-codenarcGroovy = { module = "org.apache.groovy:groovy-all", version = "4.0.28" }
6262
build-errorprone = "net.ltgt.gradle:gradle-errorprone-plugin:4.3.0"
6363
build-forbiddenApis = "de.thetaphi:forbiddenapis:3.9"
6464
build-goomph = "com.diffplug.gradle:goomph:4.3.0"
@@ -68,7 +68,7 @@ build-japicmp-plugin = "me.champeau.gradle:japicmp-gradle-plugin:0.4.6"
6868
build-japicmp = { module = "com.github.siom79.japicmp:japicmp", version.require = "0.23.+" }
6969
build-nullaway = "net.ltgt.gradle:gradle-nullaway-plugin:2.2.0"
7070
build-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
71-
build-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "8.3.6" }
71+
build-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "8.3.8" }
7272

7373
# For Renovate -- shouldn't need to use these directly
7474
zPmd = { module = "net.sourceforge.pmd:pmd-java", version.ref = "pmd" }

0 commit comments

Comments
 (0)