Skip to content

Commit

Permalink
Merge pull request #316 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.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
  • Loading branch information
jsuchal authored Nov 30, 2023
2 parents 81e7e48 + ec74a92 commit 66a4222
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.2.1</version>
<version>3.2.2</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 @@ -555,7 +555,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<configuration>
<jvm>${jlink.jdk.path}${file.separator}bin${file.separator}java</jvm>
<groups>HttpSmokeTest</groups>
Expand Down

0 comments on commit 66a4222

Please sign in to comment.