From 42cd8f09e1f1abe12e9734ce13bc929ac81f2965 Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:35:30 -0400 Subject: [PATCH] chore: dependency updates --- build.gradle | 28 ++++++++++----------- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- pom.xml | 31 ++++++++++++------------ 4 files changed, 32 insertions(+), 31 deletions(-) diff --git a/build.gradle b/build.gradle index c5e4ea10..983269e7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,11 +2,11 @@ plugins { id 'java' id 'idea' id 'application' - id 'com.github.ben-manes.versions' version '0.53.0' - id 'net.nemerosa.versioning' version '3.1.0' + id 'com.github.ben-manes.versions' version '0.54.0' + id 'net.nemerosa.versioning' version '4.0.1' id 'org.openjfx.javafxplugin' version '0.1.0' - id 'org.gradlex.extra-java-module-info' version '1.13.1' - id 'org.beryx.jlink' version '3.1.4-rc' + id 'org.gradlex.extra-java-module-info' version '1.14.2' + id 'org.beryx.jlink' version '3.2.1' } ext { @@ -58,23 +58,23 @@ dependencies { } implementation 'com.github.quickhull3d:quickhull3d:1.0.0' implementation 'org.apache.commons:commons-math3:3.6.1' - implementation 'org.apache.commons:commons-lang3:3.19.0' + implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'org.zeromq:jeromq:0.6.0' - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.22' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' implementation 'com.github.sarxos:webcam-capture:0.3.12' implementation 'org.jflac:jflac-codec:1.5.2' implementation 'com.tambapps.fft4j:fft4j:2.0' implementation 'com.github.trinity-xai:SuperMDS:v2025.06.29' - implementation 'org.apache.pdfbox:pdfbox:3.0.6' + implementation 'org.apache.pdfbox:pdfbox:3.0.8' // Enforce slf4j-api version across dependencies - implementation 'org.slf4j:slf4j-api:2.0.17' - implementation 'ch.qos.logback:logback-classic:1.5.20' + implementation 'org.slf4j:slf4j-api:2.0.18' + implementation 'ch.qos.logback:logback-classic:1.5.38' - testImplementation 'org.junit.jupiter:junit-jupiter:5.15.0' - testImplementation 'org.junit.platform:junit-platform-suite:1.14.0' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.0' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.2' + testImplementation 'org.junit.platform:junit-platform-suite:6.1.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.2' } // Make sure every single dependency is modularized. @@ -173,7 +173,7 @@ idea { } tasks.named('wrapper', Wrapper) { - gradleVersion = '9.1.0' + gradleVersion = '9.6.1' distributionType = Wrapper.DistributionType.BIN } diff --git a/gradle.properties b/gradle.properties index a8867c13..ef872867 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,4 +8,4 @@ org.gradle.java.installations.auto-detect=true # Project Build Properties env=dev -javafx.version=25.0.1 +javafx.version=25.0.4 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e111328..a351597e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/pom.xml b/pom.xml index f1bbde93..336857bc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,39 +20,40 @@ UTF-8 UTF-8 25 - 25.0.1 + 25.0.4 3.9.9 ${java.version} ${java.version} ${java.version} yyyy.MM.dd - 3.14.1 - 3.6.2 + 3.15.0 + 3.6.3 3.7.1 - 3.5.4 + 3.6.0-M1 4.0.0-M16 0.0.8 - 1.7.3 + 1.8.0 3.6.1 - 9.0.2 - 12.1.8 - 5.14.0 - 1.14.0 + 9.2.0 + 12.2.2 + 6.1.2 + 6.1.2 0.1.3 0.6.0 21.0.27 1.0.0 3.6.1 - 3.19.0 + 3.20.0 0.6.0 - 2.19.2 + 2.22 + 2.22.1 0.3.12 1.5.2 2.0 v2025.06.29 - 3.0.6 - 2.0.17 - 1.5.20 + 3.0.8 + 2.0.18 + 1.5.38 edu.jhuapl.trinity.TrinityMain Trinity @@ -212,7 +213,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} com.github.sarxos