Skip to content

Commit 6e7e28c

Browse files
chore(deps): Update patch dependency changes
1 parent c3d2105 commit 6e7e28c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ checkstyle="10.16.0"
66
geantyref = "1.3.15"
77
errorprone="2.27.1"
88
indra = "3.1.3"
9-
junit="5.10.2"
9+
junit="5.10.3"
1010
ktlint="0.49.1"
1111
ktfmt="0.49"
1212
pmd = "6.55.0"
@@ -47,21 +47,21 @@ guice-runtime = "com.google.inject:guice:5.0.1"
4747

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

5252
# Tool
5353
clikt = "com.github.ajalt:clikt:2.8.0"
5454
jansi = "org.fusesource.jansi:jansi:2.4.1"
5555

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

0 commit comments

Comments
 (0)