Skip to content

Commit 1360d69

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 987ac86 + a53ee68 commit 1360d69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.junit.jupiter</groupId>
9090
<artifactId>junit-jupiter</artifactId>
91-
<version>5.11.0</version>
91+
<version>5.11.3</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-site-plugin</artifactId>
122-
<version>3.12.1</version>
122+
<version>3.21.0</version>
123123
</plugin>
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-surefire-plugin</artifactId>
132-
<version>3.3.1</version>
132+
<version>3.5.1</version>
133133
<configuration>
134134
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
135135
</configuration>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-javadoc-plugin</artifactId>
165-
<version>3.8.0</version>
165+
<version>3.10.1</version>
166166
<executions>
167167
<execution>
168168
<id>attach-javadocs</id>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-gpg-plugin</artifactId>
199-
<version>3.2.4</version>
199+
<version>3.2.7</version>
200200
<executions>
201201
<execution>
202202
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)