Skip to content

Commit e1bc85b

Browse files
committed
fix(sdk): update libs
1 parent faad865 commit e1bc85b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.sonatype.plugins</groupId>
6666
<artifactId>nexus-staging-maven-plugin</artifactId>
67-
<version>1.6.7</version>
67+
<version>1.6.13</version>
6868
<extensions>true</extensions>
6969
<configuration>
7070
<serverId>ossrh</serverId>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-source-plugin</artifactId>
78-
<version>3.0.1</version>
78+
<version>3.3.0</version>
7979
<executions>
8080
<execution>
8181
<id>attach-sources</id>
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-javadoc-plugin</artifactId>
91-
<version>3.0.0</version>
91+
<version>3.6.3</version>
9292
<executions>
9393
<execution>
9494
<id>attach-javadocs</id>
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-gpg-plugin</artifactId>
104-
<version>1.5</version>
104+
<version>3.2.2</version>
105105
<executions>
106106
<execution>
107107
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)