File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 18
18
<maven .compiler.release>16</maven .compiler.release>
19
19
20
20
<!-- dependencies -->
21
- <cryptolib .version>2.0.0-rc4 </cryptolib .version>
21
+ <cryptolib .version>2.0.0-rc5 </cryptolib .version>
22
22
<jwt .version>3.15.0</jwt .version>
23
- <dagger .version>2.35.1 </dagger .version>
23
+ <dagger .version>2.37 </dagger .version>
24
24
<guava .version>30.1.1-jre</guava .version>
25
- <slf4j .version>1.7.30 </slf4j .version>
25
+ <slf4j .version>1.7.31 </slf4j .version>
26
26
27
27
<!-- test dependencies -->
28
28
<junit .jupiter.version>5.7.2</junit .jupiter.version>
29
- <mockito .version>3.10.0 </mockito .version>
29
+ <mockito .version>3.11.2 </mockito .version>
30
30
<hamcrest .version>2.2</hamcrest .version>
31
31
32
32
<!-- build plugin dependencies -->
33
- <dependency-check .version>6.1.6 </dependency-check .version>
34
- <jacoco .version>0.8.6 </jacoco .version>
33
+ <dependency-check .version>6.2.2 </dependency-check .version>
34
+ <jacoco .version>0.8.7 </jacoco .version>
35
35
<nexus-staging .version>1.6.8</nexus-staging .version>
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 6
6
requires transitive org .cryptomator .cryptolib ;
7
7
requires com .google .common ;
8
8
requires org .slf4j ;
9
+ requires dagger ;
9
10
10
11
/* TODO: filename-based modules: */
11
12
requires java .jwt ;
12
- requires dagger ;
13
- requires static javax .inject ; // probably no longer needed if dagger is an automatic module (but might require --patch-module in case of split packages)
13
+
14
+ // filename-based module required by dagger
15
+ // we will probably need to live with this for a while:
16
+ // https://github.com/javax-inject/javax-inject/issues/33
17
+ // May be provided by another lib during runtime
18
+ requires static javax .inject ;
14
19
15
20
exports org .cryptomator .cryptofs ;
16
21
exports org .cryptomator .cryptofs .common ;
You can’t perform that action at this time.
0 commit comments