File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
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-rc6 </cryptolib .version>
22
- <jwt .version>3.17.0 </jwt .version>
21
+ <cryptolib .version>2.0.0-rc7 </cryptolib .version>
22
+ <jwt .version>3.18.1 </jwt .version>
23
23
<dagger .version>2.37</dagger .version>
24
24
<guava .version>30.1.1-jre</guava .version>
25
25
<slf4j .version>1.7.31</slf4j .version>
161
161
</plugin >
162
162
<plugin >
163
163
<artifactId >maven-javadoc-plugin</artifactId >
164
- <version >3.2 .0</version >
164
+ <version >3.3 .0</version >
165
165
<executions >
166
166
<execution >
167
167
<id >attach-javadocs</id >
196
196
<tag ><name >serialData</name ></tag >
197
197
<tag ><name >see</name ></tag >
198
198
</tags >
199
- <!-- Used for javax.annotation.Generated in dagger-generated code. Can be removed when using JDK 11+ -->
200
- <additionalDependencies >
201
- <additionalDependency >
202
- <groupId >javax.annotation</groupId >
203
- <artifactId >jsr250-api</artifactId >
204
- <version >1.0</version >
205
- </additionalDependency >
206
- </additionalDependencies >
207
199
</configuration >
208
200
</plugin >
209
201
</plugins >
270
262
<plugins >
271
263
<plugin >
272
264
<artifactId >maven-gpg-plugin</artifactId >
273
- <version >1.6 </version >
265
+ <version >3.0.1 </version >
274
266
<executions >
275
267
<execution >
276
268
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments