Skip to content

Commit 46127e0

Browse files
committed
GH-260 - Upgrade build plugins to the latest versions.
1 parent 43418b5 commit 46127e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ limitations under the License.
489489
<plugin>
490490
<groupId>org.apache.maven.plugins</groupId>
491491
<artifactId>maven-surefire-plugin</artifactId>
492-
<version>3.0.0</version>
492+
<version>3.1.2</version>
493493
<configuration>
494494
<excludes>
495495
<exclude />
@@ -500,7 +500,7 @@ limitations under the License.
500500
<plugin>
501501
<groupId>org.apache.maven.plugins</groupId>
502502
<artifactId>maven-source-plugin</artifactId>
503-
<version>3.2.1</version>
503+
<version>3.3.0</version>
504504
<executions>
505505
<execution>
506506
<id>attach-sources</id>

0 commit comments

Comments
 (0)