Browse Source

update dagger to 2.39

Sebastian Stenzel 3 years ago
parent
commit
c1965086f3
2 changed files with 2 additions and 10 deletions
  1. 1 9
      pom.xml
  2. 1 1
      src/main/resources/license/THIRD-PARTY.txt

+ 1 - 9
pom.xml

@@ -42,7 +42,7 @@
 		<jwt.version>3.18.2</jwt.version>
 		<easybind.version>2.2</easybind.version>
 		<guava.version>31.0-jre</guava.version>
-		<dagger.version>2.38.1</dagger.version>
+		<dagger.version>2.39</dagger.version>
 		<gson.version>2.8.8</gson.version>
 		<zxcvbn.version>1.5.2</zxcvbn.version>
 		<slf4j.version>1.7.32</slf4j.version>
@@ -54,14 +54,6 @@
 		<hamcrest.version>2.2</hamcrest.version>
 	</properties>
 
-	<repositories>
-		<repository>
-			<id>google-maven</id>
-			<name>Google Maven Repo</name>
-			<url>https://maven.google.com</url>
-		</repository>
-	</repositories>
-
 	<dependencies>
 		<!-- Cryptomator Libs -->
 		<dependency>

+ 1 - 1
src/main/resources/license/THIRD-PARTY.txt

@@ -18,7 +18,7 @@ Cryptomator uses 40 third-party dependencies under the following licenses:
 			- jnr-constants (com.github.jnr:jnr-constants:0.9.15 - http://github.com/jnr/jnr-constants)
 			- jnr-ffi (com.github.jnr:jnr-ffi:2.1.12 - http://github.com/jnr/jnr-ffi)
 			- Gson (com.google.code.gson:gson:2.8.8 - https://github.com/google/gson/gson)
-			- Dagger (com.google.dagger:dagger:2.38.1 - https://github.com/google/dagger)
+			- Dagger (com.google.dagger:dagger:2.39 - https://github.com/google/dagger)
 			- Guava InternalFutureFailureAccess and InternalFutures (com.google.guava:failureaccess:1.0.1 - https://github.com/google/guava/failureaccess)
 			- Guava: Google Core Libraries for Java (com.google.guava:guava:31.0-jre - https://github.com/google/guava)
 			- Apache Commons CLI (commons-cli:commons-cli:1.4 - http://commons.apache.org/proper/commons-cli/)