[build] Migrate to Gradle version catalogs (#8524)

Also fixes the google compile-testing library to 0.23.0 (the latest
available at time of writing) instead of a wildcard

Jackson versions were inconsistent across projects; most were on 2.19.2,
but the fields subproject was on 2.15.2. All projects are now on 2.19.2
for consistency
This commit is contained in:
Sam Carlberg
2026-02-20 18:31:33 -05:00
committed by GitHub
parent 8f9fc4d1b6
commit 793b0a3187
18 changed files with 102 additions and 44 deletions

View File

@@ -57,8 +57,8 @@ dependencies {
implementation project(':wpiunits')
implementation project(':wpiutil')
annotationProcessor project(':epilogue-processor')
implementation "org.openjdk.jmh:jmh-core:1.37"
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:1.37"
implementation libs.jmh.core
annotationProcessor libs.jmh.annotationprocessor
}
tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach {