diff --git a/app/build.gradle b/app/build.gradle index 9d9090cd6..1987d1230 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ dependencies { api project(':beacon') compileOnly 'org.hamcrest:hamcrest:3.0' - compileOnly 'org.junit.jupiter:junit-jupiter-api:5.11.4' - compileOnly 'org.junit.jupiter:junit-jupiter-params:5.11.4' + compileOnly 'org.junit.jupiter:junit-jupiter-api:5.12.2' + compileOnly 'org.junit.jupiter:junit-jupiter-params:5.12.2' api 'com.vladsch.flexmark:flexmark:0.64.8' api 'com.vladsch.flexmark:flexmark-util:0.64.8' @@ -53,17 +53,17 @@ dependencies { api 'org.bouncycastle:bcprov-jdk18on:1.80' api 'info.picocli:picocli:4.7.6' api 'org.apache.commons:commons-lang3:3.17.0' - api 'io.sentry:sentry:8.7.0' - api 'commons-io:commons-io:2.18.0' - api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3" - api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.18.3" + api 'io.sentry:sentry:8.13.2' + api 'commons-io:commons-io:2.19.0' + api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0" + api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.0" api group: 'org.kordamp.ikonli', name: 'ikonli-material2-pack', version: "12.2.0" api group: 'org.kordamp.ikonli', name: 'ikonli-materialdesign2-pack', version: "12.2.0" api group: 'org.kordamp.ikonli', name: 'ikonli-javafx', version: "12.2.0" api group: 'org.kordamp.ikonli', name: 'ikonli-material-pack', version: "12.2.0" api group: 'org.kordamp.ikonli', name: 'ikonli-feather-pack', version: "12.2.0" - api group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16' - api group: 'org.slf4j', name: 'slf4j-jdk-platform-logging', version: '2.0.16' + api group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17' + api group: 'org.slf4j', name: 'slf4j-jdk-platform-logging', version: '2.0.17' api 'io.xpipe:modulefs:0.1.6' api 'net.synedra:validatorfx:0.4.2' api files("$rootDir/gradle/gradle_scripts/atlantafx-base-2.0.2.jar") diff --git a/beacon/build.gradle b/beacon/build.gradle index efeca051e..d22019137 100644 --- a/beacon/build.gradle +++ b/beacon/build.gradle @@ -17,8 +17,8 @@ repositories { dependencies { compileOnly 'org.hamcrest:hamcrest:3.0' - compileOnly 'org.junit.jupiter:junit-jupiter-api:5.11.4' - compileOnly 'org.junit.jupiter:junit-jupiter-params:5.11.4' + compileOnly 'org.junit.jupiter:junit-jupiter-api:5.12.2' + compileOnly 'org.junit.jupiter:junit-jupiter-params:5.12.2' api project(':core') } diff --git a/build.gradle b/build.gradle index 854a35368..941a4f14b 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { plugins { id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id 'org.gradlex.extra-java-module-info' version '1.12' apply false - id("com.diffplug.spotless") version "7.0.2" apply false + id("com.diffplug.spotless") version "7.0.4" apply false } allprojects { subproject -> diff --git a/core/build.gradle b/core/build.gradle index 5189cc04a..52cbd6b8f 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,8 +13,8 @@ compileJava { } dependencies { - api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3" - implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.18.3" + api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0" + implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.0" } version = rootProject.versionString diff --git a/dist/licenses/commons-io.properties b/dist/licenses/commons-io.properties index 8fab7f1b2..2c81dd20a 100644 --- a/dist/licenses/commons-io.properties +++ b/dist/licenses/commons-io.properties @@ -1,4 +1,4 @@ name=Commons IO -version=2.18.0 +version=2.19.0 license=Apache License 2.0 link=https://commons.apache.org/proper/commons-io/ \ No newline at end of file diff --git a/dist/licenses/graalvm.properties b/dist/licenses/graalvm.properties index 2580c6c2d..2011142f9 100644 --- a/dist/licenses/graalvm.properties +++ b/dist/licenses/graalvm.properties @@ -1,4 +1,4 @@ name=GraalVM Community -version=24 +version=24.0.1 license=GPL2 with the Classpath Exception link=https://www.graalvm.org/ \ No newline at end of file diff --git a/dist/licenses/jackson.properties b/dist/licenses/jackson.properties index af67342a2..7007b375b 100644 --- a/dist/licenses/jackson.properties +++ b/dist/licenses/jackson.properties @@ -1,4 +1,4 @@ name=Jackson Databind -version=2.18.3 +version=2.19.0 license=Apache License 2.0 link=https://github.com/FasterXML/jackson-databind \ No newline at end of file diff --git a/dist/licenses/lombok.properties b/dist/licenses/lombok.properties index 0ec10fa75..c2331c05d 100644 --- a/dist/licenses/lombok.properties +++ b/dist/licenses/lombok.properties @@ -1,4 +1,4 @@ name=lombok -version=1.18.30 +version=1.18.38 license=MIT License link=https://projectlombok.org/ \ No newline at end of file diff --git a/dist/licenses/openjfx.properties b/dist/licenses/openjfx.properties index ed137f4ce..5744ac54b 100644 --- a/dist/licenses/openjfx.properties +++ b/dist/licenses/openjfx.properties @@ -1,4 +1,4 @@ name=OpenJFX -version=22.0.1 +version=24.0.1 license=GPL2 with the Classpath Exception link=https://github.com/openjdk/jfx \ No newline at end of file diff --git a/dist/licenses/picocli.properties b/dist/licenses/picocli.properties index e2447f5fa..4ab69c70e 100644 --- a/dist/licenses/picocli.properties +++ b/dist/licenses/picocli.properties @@ -1,4 +1,4 @@ name=picocli -version=4.7.5 +version=4.7.7 license=Apache 2.0 License link=https://picocli.info/ \ No newline at end of file diff --git a/dist/licenses/sentry.properties b/dist/licenses/sentry.properties index e6fd87f6b..f656db974 100644 --- a/dist/licenses/sentry.properties +++ b/dist/licenses/sentry.properties @@ -1,4 +1,4 @@ name=Sentry Java -version=8.7.0 +version=8.13.2 license=MIT License link=https://github.com/getsentry/sentry-java \ No newline at end of file diff --git a/dist/licenses/slf4j.properties b/dist/licenses/slf4j.properties index d71ea9091..98f558d4b 100644 --- a/dist/licenses/slf4j.properties +++ b/dist/licenses/slf4j.properties @@ -1,4 +1,4 @@ name=SLF4J -version=2.0.16 +version=2.0.17 license=MIT License link=https://www.slf4j.org/ \ No newline at end of file diff --git a/dist/licenses/vernacular-vnc.properties b/dist/licenses/vernacular-vnc.properties index 33c6bc829..9b39cffa4 100644 --- a/dist/licenses/vernacular-vnc.properties +++ b/dist/licenses/vernacular-vnc.properties @@ -1,4 +1,4 @@ name=Vernacular VNC -version=1.17 +version=1.16 license=MIT License -link=https://github.com/shinyhut/vernacular-vnc \ No newline at end of file +link=https://github.com/xpipe-io/vernacular-vnc \ No newline at end of file diff --git a/gradle/gradle_scripts/extension.gradle b/gradle/gradle_scripts/extension.gradle index aa80f724b..d4e181faa 100644 --- a/gradle/gradle_scripts/extension.gradle +++ b/gradle/gradle_scripts/extension.gradle @@ -50,13 +50,13 @@ configurations { } dependencies { - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3" + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0" compileOnly project(':core') compileOnly project(':beacon') compileOnly project(':app') compileOnly 'net.synedra:validatorfx:0.4.2' compileOnly files("$rootDir/gradle/gradle_scripts/atlantafx-base-2.0.2.jar") - compileOnly 'commons-io:commons-io:2.18.0' + compileOnly 'commons-io:commons-io:2.19.0' compileOnly group: 'org.kordamp.ikonli', name: 'ikonli-javafx', version: "12.2.0" if (project != project(':base')) { diff --git a/gradle/gradle_scripts/junit.gradle b/gradle/gradle_scripts/junit.gradle index 4ee1e0814..dfece58bd 100644 --- a/gradle/gradle_scripts/junit.gradle +++ b/gradle/gradle_scripts/junit.gradle @@ -2,9 +2,9 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent dependencies { testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2' testRuntimeOnly "org.junit.platform:junit-platform-launcher" }