11[versions ]
22assertj =" 3.27.3"
33autoValue =" 1.11.0"
4- checkerQual =" 3.49.3 "
4+ checkerQual =" 3.49.5 "
55checkstyle =" 10.26.1"
66geantyref = " 1.3.16"
77errorprone =" 2.41.0"
88indra = " 3.2.0"
9- junit =" 5.13.0 "
9+ junit =" 5.13.4 "
1010ktlint =" 0.49.1"
1111ktfmt =" 0.56"
1212pmd = " 7.16.0"
@@ -50,15 +50,15 @@ guice-runtime = "com.google.inject:guice:5.0.1"
5050
5151# Formats
5252gson = " 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
5656clikt = " com.github.ajalt:clikt:2.8.0"
5757jansi = " org.fusesource.jansi:jansi:2.4.2"
5858
5959# Build
6060build-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 " }
6262build-errorprone = " net.ltgt.gradle:gradle-errorprone-plugin:4.3.0"
6363build-forbiddenApis = " de.thetaphi:forbiddenapis:3.9"
6464build-goomph = " com.diffplug.gradle:goomph:4.3.0"
@@ -68,7 +68,7 @@ build-japicmp-plugin = "me.champeau.gradle:japicmp-gradle-plugin:0.4.6"
6868build-japicmp = { module = " com.github.siom79.japicmp:japicmp" , version.require = " 0.23.+" }
6969build-nullaway = " net.ltgt.gradle:gradle-nullaway-plugin:2.2.0"
7070build-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
7474zPmd = { module = " net.sourceforge.pmd:pmd-java" , version.ref = " pmd" }
0 commit comments