Skip to content

Commit 69aab7e

Browse files
committed
#1 Update dependencies due publish error
1 parent 819668f commit 69aab7e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom-maven-central.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
<plugin>
670670
<groupId>org.apache.maven.plugins</groupId>
671671
<artifactId>maven-checkstyle-plugin</artifactId>
672-
<version>3.1.2</version>
672+
<version>3.3.0</version>
673673
<dependencies>
674674
<dependency>
675675
<groupId>com.puppycrawl.tools</groupId>
@@ -703,7 +703,7 @@
703703
<plugin>
704704
<groupId>com.github.ekryd.sortpom</groupId>
705705
<artifactId>sortpom-maven-plugin</artifactId>
706-
<version>3.0.0</version>
706+
<version>3.3.0</version>
707707
<executions>
708708
<execution>
709709
<goals>
@@ -716,7 +716,7 @@
716716
<plugin>
717717
<groupId>org.apache.maven.plugins</groupId>
718718
<artifactId>maven-compiler-plugin</artifactId>
719-
<version>3.8.1</version>
719+
<version>3.9.0</version>
720720
<configuration>
721721
<optimize>true</optimize>
722722
<showDeprecation>true</showDeprecation>
@@ -728,7 +728,7 @@
728728
<plugin>
729729
<groupId>org.apache.maven.plugins</groupId>
730730
<artifactId>maven-source-plugin</artifactId>
731-
<version>3.2.1</version>
731+
<version>3.3.0</version>
732732
<executions>
733733
<execution>
734734
<id>attach-sources</id>
@@ -741,7 +741,7 @@
741741
<plugin>
742742
<groupId>org.apache.maven.plugins</groupId>
743743
<artifactId>maven-javadoc-plugin</artifactId>
744-
<version>3.3.2</version>
744+
<version>3.4.0</version>
745745
<executions>
746746
<execution>
747747
<id>attach-javadocs</id>
@@ -786,7 +786,7 @@
786786
<plugin>
787787
<groupId>org.sonatype.plugins</groupId>
788788
<artifactId>nexus-staging-maven-plugin</artifactId>
789-
<version>1.6.8</version>
789+
<version>1.6.13</version>
790790
<extensions>true</extensions>
791791
<configuration>
792792
<serverId>ossrh</serverId>
@@ -797,7 +797,7 @@
797797
<plugin>
798798
<groupId>org.apache.maven.plugins</groupId>
799799
<artifactId>maven-gpg-plugin</artifactId>
800-
<version>1.6</version>
800+
<version>3.1.0</version>
801801
<executions>
802802
<execution>
803803
<id>sign-artifacts</id>
@@ -863,7 +863,7 @@
863863
<plugin>
864864
<groupId>org.apache.maven.plugins</groupId>
865865
<artifactId>maven-shade-plugin</artifactId>
866-
<version>3.2.4</version>
866+
<version>3.3.0</version>
867867
<configuration>
868868
<filters>
869869
<filter>

0 commit comments

Comments
 (0)