From 39b2c1f0826d0b8006dbb3e86ac164491b4d9bef Mon Sep 17 00:00:00 2001 From: crschnick Date: Tue, 17 Jun 2025 14:46:10 +0000 Subject: [PATCH] Bump deps --- app/build.gradle | 6 +++--- core/build.gradle | 4 ++-- dist/changelogs/17.0.md | 2 +- dist/licenses/jackson.properties | 2 +- gradle/gradle_scripts/extension.gradle | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5f017d93f..26e7b4296 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,10 +53,10 @@ 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.13.2' + api 'io.sentry:sentry:8.13.3' 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: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.1" + api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.1" 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" diff --git a/core/build.gradle b/core/build.gradle index 52cbd6b8f..7e04afbc7 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.19.0" - implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.0" + api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.1" + implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.1" } version = rootProject.versionString diff --git a/dist/changelogs/17.0.md b/dist/changelogs/17.0.md index 1dd28952d..5957b24e8 100644 --- a/dist/changelogs/17.0.md +++ b/dist/changelogs/17.0.md @@ -17,4 +17,4 @@ - You can now specify a git username and password in the settings menu if your local system does not have a git client with configured credentials - You can now disable icon sources without having to remove them -- Windows ARM build +- There is now a native Windows ARM build diff --git a/dist/licenses/jackson.properties b/dist/licenses/jackson.properties index 7007b375b..adeaa0e12 100644 --- a/dist/licenses/jackson.properties +++ b/dist/licenses/jackson.properties @@ -1,4 +1,4 @@ name=Jackson Databind -version=2.19.0 +version=2.19.1 license=Apache License 2.0 link=https://github.com/FasterXML/jackson-databind \ No newline at end of file diff --git a/gradle/gradle_scripts/extension.gradle b/gradle/gradle_scripts/extension.gradle index d4e181faa..588f23ed9 100644 --- a/gradle/gradle_scripts/extension.gradle +++ b/gradle/gradle_scripts/extension.gradle @@ -50,7 +50,7 @@ configurations { } dependencies { - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0" + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.1" compileOnly project(':core') compileOnly project(':beacon') compileOnly project(':app')