Skip to content

Commit 0038445

Browse files
Merge branch 'develop' into release/2.1.0
# Conflicts: # pom.xml
2 parents 156811a + 00ebdcc commit 0038445

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</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>
@@ -165,7 +165,7 @@
165165
</plugin>
166166
<plugin>
167167
<artifactId>maven-javadoc-plugin</artifactId>
168-
<version>3.2.0</version>
168+
<version>3.3.0</version>
169169
<executions>
170170
<execution>
171171
<id>attach-javadocs</id>
@@ -200,14 +200,6 @@
200200
<tag><name>serialData</name></tag>
201201
<tag><name>see</name></tag>
202202
</tags>
203-
<!-- Used for javax.annotation.Generated in dagger-generated code. Can be removed when using JDK 11+ -->
204-
<additionalDependencies>
205-
<additionalDependency>
206-
<groupId>javax.annotation</groupId>
207-
<artifactId>jsr250-api</artifactId>
208-
<version>1.0</version>
209-
</additionalDependency>
210-
</additionalDependencies>
211203
</configuration>
212204
</plugin>
213205
</plugins>
@@ -274,7 +266,7 @@
274266
<plugins>
275267
<plugin>
276268
<artifactId>maven-gpg-plugin</artifactId>
277-
<version>1.6</version>
269+
<version>3.0.1</version>
278270
<executions>
279271
<execution>
280272
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)