|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.cryptomator</groupId> |
4 | 4 | <artifactId>cryptofs</artifactId> |
5 | | - <version>1.9.0</version> |
| 5 | + <version>1.9.1</version> |
6 | 6 | <name>Cryptomator Crypto Filesystem</name> |
7 | 7 | <description>This library provides the Java filesystem provider used by Cryptomator.</description> |
8 | 8 | <url>https://github.com/cryptomator/cryptofs</url> |
|
14 | 14 | </scm> |
15 | 15 |
|
16 | 16 | <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> |
21 | 21 |
|
22 | 22 | <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> |
24 | 24 | <hamcrest.version>2.2</hamcrest.version> |
25 | 25 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
26 | 26 | </properties> |
|
39 | 39 | |
40 | 40 | <timezone>+1</timezone> |
41 | 41 | <organization>cryptomator.org</organization> |
42 | | - <organizationUrl>http://cryptomator.org</organizationUrl> |
| 42 | + <organizationUrl>https://cryptomator.org</organizationUrl> |
43 | 43 | </developer> |
44 | 44 | <developer> |
45 | 45 | <name>Markus Kreusch</name> |
46 | 46 | |
47 | 47 | <timezone>+1</timezone> |
48 | 48 | <organization>cryptomator.org</organization> |
49 | | - <organizationUrl>http://cryptomator.org</organizationUrl> |
| 49 | + <organizationUrl>https://cryptomator.org</organizationUrl> |
50 | 50 | </developer> |
51 | 51 | <developer> |
52 | 52 | <name>Armin Schrenk</name> |
53 | 53 | |
54 | 54 | <timezone>+1</timezone> |
55 | 55 | <organization>cryptomator.org</organization> |
56 | | - <organizationUrl>http://cryptomator.org</organizationUrl> |
| 56 | + <organizationUrl>https://cryptomator.org</organizationUrl> |
57 | 57 | </developer> |
58 | 58 | </developers> |
59 | 59 |
|
60 | 60 | <repositories> |
61 | 61 | <repository> |
62 | 62 | <id>bintray</id> |
63 | 63 | <name>bintray</name> |
64 | | - <url>http://jcenter.bintray.com</url> |
| 64 | + <url>https://jcenter.bintray.com</url> |
65 | 65 | </repository> |
66 | 66 | </repositories> |
67 | 67 |
|
|
158 | 158 | <plugin> |
159 | 159 | <groupId>org.owasp</groupId> |
160 | 160 | <artifactId>dependency-check-maven</artifactId> |
161 | | - <version>5.2.2</version> |
| 161 | + <version>5.2.4</version> |
162 | 162 | <configuration> |
163 | 163 | <cveValidForHours>24</cveValidForHours> |
164 | 164 | <failBuildOnCVSS>0</failBuildOnCVSS> |
|
217 | 217 | <plugins> |
218 | 218 | <plugin> |
219 | 219 | <artifactId>maven-source-plugin</artifactId> |
220 | | - <version>3.1.0</version> |
| 220 | + <version>3.2.1</version> |
221 | 221 | <executions> |
222 | 222 | <execution> |
223 | 223 | <id>attach-sources</id> |
|
0 commit comments