Skip to content

Commit

Permalink
GH-260 - Upgrade build plugins to the latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 9, 2023
1 parent 43418b5 commit 46127e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
<configuration>
<excludes>
<exclude />
Expand All @@ -500,7 +500,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 46127e0

Please sign in to comment.