From 520b4d48823c7636963d2dcf00e6a5d86c0c3e54 Mon Sep 17 00:00:00 2001 From: crschnick Date: Tue, 19 Nov 2024 11:24:00 +0000 Subject: [PATCH] Bump deps --- app/build.gradle | 6 +++--- dist/licenses/bc-java.license | 3 +++ dist/licenses/bc-java.properties | 4 ++++ dist/licenses/sentry.properties | 2 +- gradle/gradle_scripts/extension.gradle | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 dist/licenses/bc-java.license create mode 100644 dist/licenses/bc-java.properties diff --git a/app/build.gradle b/app/build.gradle index bbb76d271..e65a77410 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,14 +50,14 @@ dependencies { api files("$rootDir/gradle/gradle_scripts/markdowngenerator-1.3.1.1.jar") api files("$rootDir/gradle/gradle_scripts/vernacular-1.16.jar") - api 'org.bouncycastle:bcprov-jdk18on:1.78.1' + api 'org.bouncycastle:bcprov-jdk18on:1.79' api 'info.picocli:picocli:4.7.6' api ('org.kohsuke:github-api:1.326') { exclude group: 'org.apache.commons', module: 'commons-lang3' } api 'org.apache.commons:commons-lang3:3.17.0' - api 'io.sentry:sentry:7.14.0' - api 'commons-io:commons-io:2.16.1' + api 'io.sentry:sentry:7.17.0' + api 'commons-io:commons-io:2.17.0' api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1" api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.18.1" api group: 'org.kordamp.ikonli', name: 'ikonli-material2-pack', version: "12.2.0" diff --git a/dist/licenses/bc-java.license b/dist/licenses/bc-java.license new file mode 100644 index 000000000..d12f5623b --- /dev/null +++ b/dist/licenses/bc-java.license @@ -0,0 +1,3 @@ +Copyright (c) 2000-2024 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/dist/licenses/bc-java.properties b/dist/licenses/bc-java.properties new file mode 100644 index 000000000..018570997 --- /dev/null +++ b/dist/licenses/bc-java.properties @@ -0,0 +1,4 @@ +name=Bouncy Castle Crypto Package For Java +version=1.79 +license=MIT License +link=https://github.com/bcgit/bc-java \ No newline at end of file diff --git a/dist/licenses/sentry.properties b/dist/licenses/sentry.properties index c93baa4bc..cbc0382eb 100644 --- a/dist/licenses/sentry.properties +++ b/dist/licenses/sentry.properties @@ -1,4 +1,4 @@ name=Sentry Java -version=7.14.0 +version=7.17.0 license=MIT License link=https://github.com/getsentry/sentry-java \ No newline at end of file diff --git a/gradle/gradle_scripts/extension.gradle b/gradle/gradle_scripts/extension.gradle index fddff2d89..80645304d 100644 --- a/gradle/gradle_scripts/extension.gradle +++ b/gradle/gradle_scripts/extension.gradle @@ -76,7 +76,7 @@ dependencies { exclude group: 'org.openjfx', module: 'javafx-base' exclude group: 'org.openjfx', module: 'javafx-controls' } - compileOnly 'commons-io:commons-io:2.16.1' + compileOnly 'commons-io:commons-io:2.17.0' compileOnly group: 'org.kordamp.ikonli', name: 'ikonli-javafx', version: "12.2.0" if (project != project(':base')) {