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-rc2 </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 8
8
requires transitive org .cryptomator .cryptolib ;
9
9
requires com .google .common ;
10
10
requires org .slf4j ;
11
+ requires dagger ;
11
12
12
13
/* TODO: filename-based modules: */
13
14
requires java .jwt ;
14
- requires dagger ;
15
- requires static javax .inject ; // probably no longer needed if dagger is an automatic module (but might require --patch-module in case of split packages)
15
+
16
+ // filename-based module required by dagger
17
+ // we will probably need to live with this for a while:
18
+ // https://github.com/javax-inject/javax-inject/issues/33
19
+ // May be provided by another lib during runtime
20
+ requires static javax .inject ;
16
21
17
22
exports org .cryptomator .cryptofs ;
18
23
exports org .cryptomator .cryptofs .common ;
You can’t perform that action at this time.
0 commit comments