Skip to content

Commit d1592cf

Browse files
committed
chore: bump maven plugin versions to latest
1 parent 02342a4 commit d1592cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-compiler-plugin</artifactId>
90-
<version>3.10.1</version>
90+
<version>3.11.0</version>
9191
<configuration>
9292
<source>1.8</source>
9393
<target>1.8</target>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-source-plugin</artifactId>
107-
<version>3.2.1</version>
107+
<version>3.3.0</version>
108108
<executions>
109109
<execution>
110110
<id>attach-sources</id>
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-javadoc-plugin</artifactId>
121-
<version>3.4.1</version>
121+
<version>3.6.2</version>
122122
<configuration>
123123
<source>1.8</source>
124124
</configuration>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-gpg-plugin</artifactId>
138-
<version>3.0.1</version>
138+
<version>3.1.0</version>
139139
<executions>
140140
<execution>
141141
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)