Skip to content

Commit 2a623cf

Browse files
dependency update
1 parent 9e6f94f commit 2a623cf

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<maven.compiler.release>16</maven.compiler.release>
1919

2020
<!-- 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>
2323
<dagger.version>2.37</dagger.version>
2424
<guava.version>30.1.1-jre</guava.version>
2525
<slf4j.version>1.7.31</slf4j.version>
@@ -161,7 +161,7 @@
161161
</plugin>
162162
<plugin>
163163
<artifactId>maven-javadoc-plugin</artifactId>
164-
<version>3.2.0</version>
164+
<version>3.3.0</version>
165165
<executions>
166166
<execution>
167167
<id>attach-javadocs</id>
@@ -196,14 +196,6 @@
196196
<tag><name>serialData</name></tag>
197197
<tag><name>see</name></tag>
198198
</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>
207199
</configuration>
208200
</plugin>
209201
</plugins>
@@ -270,7 +262,7 @@
270262
<plugins>
271263
<plugin>
272264
<artifactId>maven-gpg-plugin</artifactId>
273-
<version>1.6</version>
265+
<version>3.0.1</version>
274266
<executions>
275267
<execution>
276268
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)