From b2a6e038ae91efbe796f7e701b6adbee78b67486 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 11 May 2020 17:34:12 +0200 Subject: [PATCH] Updated secret-service lib to 1.0.0 references #1169 --- main/keychain/pom.xml | 1 - main/pom.xml | 8 ++++++++ main/ui/src/main/resources/license/THIRD-PARTY.txt | 12 +++++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/main/keychain/pom.xml b/main/keychain/pom.xml index 8e8eb6d23..1d09fcd67 100644 --- a/main/keychain/pom.xml +++ b/main/keychain/pom.xml @@ -40,7 +40,6 @@ de.swiesend secret-service - 1.0.0-RC.3 diff --git a/main/pom.xml b/main/pom.xml index b632c2b84..58e28f883 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -33,6 +33,7 @@ 14 3.9 + 1.0.0 3.10.2 1.0.3 28.2-jre @@ -160,6 +161,13 @@ commons-lang3 ${commons-lang3.version} + + + + de.swiesend + secret-service + ${secret-service.version} + diff --git a/main/ui/src/main/resources/license/THIRD-PARTY.txt b/main/ui/src/main/resources/license/THIRD-PARTY.txt index 0dcc062e0..778a08e2d 100644 --- a/main/ui/src/main/resources/license/THIRD-PARTY.txt +++ b/main/ui/src/main/resources/license/THIRD-PARTY.txt @@ -11,13 +11,15 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. -Cryptomator uses 50 third-party dependencies under the following licenses: +Cryptomator uses 52 third-party dependencies under the following licenses: Apache License v2.0: - - HKDF-RFC5869 (at.favre.lib:hkdf:1.0.2 - https://github.com/patrickfav/hkdf) + - HKDF-RFC5869 (at.favre.lib:hkdf:1.1.0 - https://github.com/patrickfav/hkdf) - jffi (com.github.jnr:jffi:1.2.23 - http://github.com/jnr/jffi) - jnr-a64asm (com.github.jnr:jnr-a64asm:1.0.0 - http://nexus.sonatype.org/oss-repository-hosting.html/jnr-a64asm) - jnr-constants (com.github.jnr:jnr-constants:0.9.15 - http://github.com/jnr/jnr-constants) + - jnr-enxio (com.github.jnr:jnr-enxio:0.21 - http://github.com/jnr/jnr-enxio) - jnr-ffi (com.github.jnr:jnr-ffi:2.1.12 - http://github.com/jnr/jnr-ffi) + - jnr-unixsocket (com.github.jnr:jnr-unixsocket:0.23 - http://github.com/jnr/jnr-unixsocket) - FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/) - Gson (com.google.code.gson:gson:2.8.6 - https://github.com/google/gson/gson) - Dagger (com.google.dagger:dagger:2.27 - https://github.com/google/dagger) @@ -68,17 +70,17 @@ Cryptomator uses 50 third-party dependencies under the following licenses: - javafx-fxml (org.openjfx:javafx-fxml:14 - https://openjdk.java.net/projects/openjfx/javafx-fxml/) - javafx-graphics (org.openjfx:javafx-graphics:14 - https://openjdk.java.net/projects/openjfx/javafx-graphics/) LGPL 2.1: - - dbus-java (com.github.hypfvieh:dbus-java:3.0.2 - https://github.com/hypfvieh/dbus-java/dbus-java) + - dbus-java (com.github.hypfvieh:dbus-java:3.2.1 - https://github.com/hypfvieh/dbus-java/dbus-java) - jnr-posix (com.github.jnr:jnr-posix:3.0.54 - http://nexus.sonatype.org/oss-repository-hosting.html/jnr-posix) - Java Native Access (net.java.dev.jna:jna:5.1.0 - https://github.com/java-native-access/jna) - Java Native Access Platform (net.java.dev.jna:jna-platform:5.1.0 - https://github.com/java-native-access/jna) MIT License: - java jwt (com.auth0:java-jwt:3.10.2 - https://github.com/auth0/java-jwt) - - java-utils (com.github.hypfvieh:java-utils:1.0.5 - https://github.com/hypfvieh/java-utils) + - java-utils (com.github.hypfvieh:java-utils:1.0.6 - https://github.com/hypfvieh/java-utils) - jnr-x86asm (com.github.jnr:jnr-x86asm:1.0.2 - http://github.com/jnr/jnr-x86asm) - jnr-fuse (com.github.serceman:jnr-fuse:0.5.4 - no url defined) - zxcvbn4j (com.nulab-inc:zxcvbn:1.3.0 - https://github.com/nulab/zxcvbn4j) - - secret-service (de.swiesend:secret-service:1.0.0-RC.3 - https://github.com/swiesend/secret-service) + - secret-service (de.swiesend:secret-service:1.0.0 - https://github.com/swiesend/secret-service) - Checker Qual (org.checkerframework:checker-qual:2.10.0 - https://checkerframework.org) - SLF4J API Module (org.slf4j:slf4j-api:1.7.30 - http://www.slf4j.org) The BSD 2-Clause License: