Skip to content

Commit

Permalink
Merge pull request #269 from ChargeTimeEU/dependabot/maven/org.apache…
Browse files Browse the repository at this point in the history
….maven.plugins-maven-surefire-plugin-3.1.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.1.2
  • Loading branch information
TVolden authored Oct 17, 2023
2 parents b14120a + 8019ac7 commit f56fc87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ocpp-v1_6-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
<includes>
Expand Down
2 changes: 1 addition & 1 deletion ocpp-v2-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
<includes>
Expand Down
2 changes: 1 addition & 1 deletion ocpp-v2_0-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
<includes>
Expand Down

0 comments on commit f56fc87

Please sign in to comment.