Skip to content

Commit

Permalink
Merge pull request #95 from quarkiverse/dependabot/maven/org.apache.m…
Browse files Browse the repository at this point in the history
…aven.plugins-maven-surefire-plugin-3.2.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2
  • Loading branch information
alexeysharandin authored Nov 9, 2023
2 parents 2be9bd4 + fa3ae2f commit 7fa3805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion device-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<systemProperties>
<property>
Expand Down
2 changes: 1 addition & 1 deletion linux-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<systemProperties>
<property>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<systemProperties>
<property>
Expand Down

0 comments on commit 7fa3805

Please sign in to comment.