Skip to content

Commit ea894fe

Browse files
committed
some plugin updates
1 parent 6dbc008 commit ea894fe

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
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.junit.jupiter</groupId>
6969
<artifactId>junit-jupiter</artifactId>
70-
<version>5.11.4</version>
70+
<version>5.14.4</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-javadoc-plugin</artifactId>
111-
<version>3.1.1</version>
111+
<version>3.12.0</version>
112112
<configuration>
113113
<additionalparam>${javadoc.opts}</additionalparam>
114114
<doclint>none</doclint>
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-surefire-plugin</artifactId>
181-
<version>3.5.2</version>
181+
<version>3.5.5</version>
182182
<configuration>
183183
<excludes>
184184
<exclude>**/LR*.java</exclude>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.sonatype.central</groupId>
217217
<artifactId>central-publishing-maven-plugin</artifactId>
218-
<version>0.8.0</version>
218+
<version>0.10.0</version>
219219
<extensions>true</extensions>
220220
<configuration>
221221
<publishingServerId>sonatype-nexus</publishingServerId>

0 commit comments

Comments
 (0)