Skip to content

Commit 14be965

Browse files
authored
chore: bump maven plugins (#5144)
1 parent 8f542c8 commit 14be965

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
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-javadoc-plugin</artifactId>
125-
<version>3.6.2</version>
125+
<version>3.12.0</version>
126126
<configuration>
127127
<aggregate>true</aggregate>
128128
<source>1.7</source>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-jar-plugin</artifactId>
153-
<version>3.3.0</version>
153+
<version>3.5.0</version>
154154
<configuration>
155155
<excludes>
156156
<exclude>**/logback.xml</exclude>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-site-plugin</artifactId>
171-
<version>3.12.1</version>
171+
<version>3.21.0</version>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.sonatype.central</groupId>
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>org.apache.maven.plugins</groupId>
351351
<artifactId>maven-javadoc-plugin</artifactId>
352-
<version>3.6.2</version>
352+
<version>3.12.0</version>
353353
<configuration>
354354
<aggregate>true</aggregate>
355355
<debug>true</debug>

0 commit comments

Comments
 (0)