Skip to content

Commit

Permalink
Merge pull request #306 from slovensko-digital/dependabot/maven/org.a…
Browse files Browse the repository at this point in the history
…pache.maven.plugins-maven-surefire-plugin-3.2.1

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
  • Loading branch information
celuchmarek committed Oct 25, 2023
2 parents 51435a9 + 9dfdd2f commit 664481f
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 @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
<configuration>
<jvm>${jlink.jdk.path}${file.separator}bin${file.separator}java</jvm>
<!-- done this way because you can't override excludedGroups in a profile
Expand Down Expand Up @@ -551,7 +551,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
<configuration>
<jvm>${jlink.jdk.path}${file.separator}bin${file.separator}java</jvm>
<groups>HttpSmokeTest</groups>
Expand Down

0 comments on commit 664481f

Please sign in to comment.