Skip to content

Commit

Permalink
Merge pull request #463 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.3.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
  • Loading branch information
celuchmarek authored Jun 27, 2024
2 parents 9a02f98 + eb3124f commit fb82cb7
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 @@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</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 @@ -511,7 +511,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<configuration>
<jvm>${jlink.jdk.path}${file.separator}bin${file.separator}java</jvm>
<groups>HttpSmokeTest</groups>
Expand Down

0 comments on commit fb82cb7

Please sign in to comment.