Skip to content

Commit 54149b5

Browse files
Merge branch 'release/1.9.1'
2 parents d2144c3 + a13f0ae commit 54149b5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.cryptomator</groupId>
44
<artifactId>cryptofs</artifactId>
5-
<version>1.9.0</version>
5+
<version>1.9.1</version>
66
<name>Cryptomator Crypto Filesystem</name>
77
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
88
<url>https://github.com/cryptomator/cryptofs</url>
@@ -14,13 +14,13 @@
1414
</scm>
1515

1616
<properties>
17-
<cryptolib.version>1.3.0-beta2</cryptolib.version>
18-
<dagger.version>2.24</dagger.version>
19-
<guava.version>28.1-jre</guava.version>
20-
<slf4j.version>1.7.28</slf4j.version>
17+
<cryptolib.version>1.3.0</cryptolib.version>
18+
<dagger.version>2.25.4</dagger.version>
19+
<guava.version>28.2-jre</guava.version>
20+
<slf4j.version>1.7.30</slf4j.version>
2121

2222
<junit.jupiter.version>5.5.2</junit.jupiter.version>
23-
<mockito.version>3.1.0</mockito.version>
23+
<mockito.version>3.2.4</mockito.version>
2424
<hamcrest.version>2.2</hamcrest.version>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
</properties>
@@ -39,29 +39,29 @@
3939
<email>sebastian.stenzel@skymatic.de</email>
4040
<timezone>+1</timezone>
4141
<organization>cryptomator.org</organization>
42-
<organizationUrl>http://cryptomator.org</organizationUrl>
42+
<organizationUrl>https://cryptomator.org</organizationUrl>
4343
</developer>
4444
<developer>
4545
<name>Markus Kreusch</name>
4646
<email>markus.kreusch@skymatic.de</email>
4747
<timezone>+1</timezone>
4848
<organization>cryptomator.org</organization>
49-
<organizationUrl>http://cryptomator.org</organizationUrl>
49+
<organizationUrl>https://cryptomator.org</organizationUrl>
5050
</developer>
5151
<developer>
5252
<name>Armin Schrenk</name>
5353
<email>armin.schrenk@skymatic.de</email>
5454
<timezone>+1</timezone>
5555
<organization>cryptomator.org</organization>
56-
<organizationUrl>http://cryptomator.org</organizationUrl>
56+
<organizationUrl>https://cryptomator.org</organizationUrl>
5757
</developer>
5858
</developers>
5959

6060
<repositories>
6161
<repository>
6262
<id>bintray</id>
6363
<name>bintray</name>
64-
<url>http://jcenter.bintray.com</url>
64+
<url>https://jcenter.bintray.com</url>
6565
</repository>
6666
</repositories>
6767

@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.owasp</groupId>
160160
<artifactId>dependency-check-maven</artifactId>
161-
<version>5.2.2</version>
161+
<version>5.2.4</version>
162162
<configuration>
163163
<cveValidForHours>24</cveValidForHours>
164164
<failBuildOnCVSS>0</failBuildOnCVSS>
@@ -217,7 +217,7 @@
217217
<plugins>
218218
<plugin>
219219
<artifactId>maven-source-plugin</artifactId>
220-
<version>3.1.0</version>
220+
<version>3.2.1</version>
221221
<executions>
222222
<execution>
223223
<id>attach-sources</id>

0 commit comments

Comments
 (0)