GP-5631: Upgrading some jars

This commit is contained in:
Ryan Kurtz 2025-05-05 07:24:22 -04:00
parent e209136396
commit bbd6b99605
7 changed files with 25 additions and 23 deletions

View file

@ -28,7 +28,7 @@ dependencies {
api project(':Generic')
api 'com.formdev:flatlaf:3.5.4'
compileOnly "junit:junit:4.12"
compileOnly "junit:junit:4.13.2"
testImplementation project(path: ':Generic', configuration: 'testArtifacts')
}