@@ -6,7 +6,7 @@ checkstyle="10.16.0"
6
6
geantyref = " 1.3.15"
7
7
errorprone =" 2.27.1"
8
8
indra = " 3.1.3"
9
- junit =" 5.10.2 "
9
+ junit =" 5.10.3 "
10
10
ktlint =" 0.49.1"
11
11
ktfmt =" 0.49"
12
12
pmd = " 6.55.0"
@@ -47,21 +47,21 @@ guice-runtime = "com.google.inject:guice:5.0.1"
47
47
48
48
# Formats
49
49
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 "
51
51
52
52
# Tool
53
53
clikt = " com.github.ajalt:clikt:2.8.0"
54
54
jansi = " org.fusesource.jansi:jansi:2.4.1"
55
55
56
56
# Build
57
57
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 " }
59
59
build-errorprone = " net.ltgt.gradle:gradle-errorprone-plugin:3.1.0"
60
60
build-forbiddenApis = " de.thetaphi:forbiddenapis:3.7"
61
61
build-goomph = " com.diffplug.gradle:goomph:3.44.0"
62
62
build-indra = { module = " net.kyori:indra-common" , version.ref = " indra" }
63
63
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 "
65
65
build-japicmp = { module = " com.github.siom79.japicmp:japicmp" , version.require = " 0.21.+" }
66
66
build-nullaway = " net.ltgt.gradle:gradle-nullaway-plugin:2.0.0"
67
67
build-spotless = { module = " com.diffplug.spotless:spotless-plugin-gradle" , version.ref = " spotless" }
0 commit comments