Skip to content

Commit

Permalink
Merge branch 'master' into TFP-5668
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Jan 24, 2024
2 parents 0dfdf9b + d73a494 commit 5c86958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
<argLine>@{argLine} ${argLine}</argLine>
Expand All @@ -347,7 +347,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<configuration>
<flattenedPomFilename>.flattened</flattenedPomFilename>
<flattenMode>bom</flattenMode>
Expand Down Expand Up @@ -415,7 +415,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<executions>
<execution>
<id>failsafe-integration-test</id>
Expand Down

0 comments on commit 5c86958

Please sign in to comment.