Skip to content

Commit 6a1edd7

Browse files
chore(deps): Update patch dependency changes
1 parent ccafbdb commit 6a1edd7

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.6"
3-
autoValue="1.11.0"
3+
autoValue="1.11.1"
44
checkerQual="3.51.1"
55
checkstyle="11.1.0"
66
geantyref = "1.3.16"
77
errorprone="2.42.0"
88
indra = "3.2.0"
9-
junit="5.14.0"
9+
junit="5.14.1"
1010
ktlint="0.49.1"
1111
ktfmt="0.58"
1212
pmd = "7.16.0"
@@ -50,18 +50,18 @@ 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.20.0"
53+
jackson = "com.fasterxml.jackson.core:jackson-core:2.20.1"
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 = "5.0.1" }
61+
build-codenarcGroovy = { module = "org.apache.groovy:groovy-all", version = "5.0.2" }
6262
build-errorprone = "net.ltgt.gradle:gradle-errorprone-plugin:4.3.0"
6363
build-forbiddenApis = "de.thetaphi:forbiddenapis:3.10"
64-
build-goomph = "com.diffplug.gradle:goomph:4.4.0"
64+
build-goomph = "com.diffplug.gradle:goomph:4.4.1"
6565
build-indra = { module = "net.kyori:indra-common", version.ref = "indra" }
6666
build-indra-crossdoc = { module = "net.kyori:indra-crossdoc", version.ref = "indra" }
6767
build-japicmp-plugin = "me.champeau.gradle:japicmp-gradle-plugin:0.4.6"

0 commit comments

Comments
 (0)