Skip to content

Commit e4b211a

Browse files
authored
Merge pull request #274 from ChargeTimeEU/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.2.2
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
2 parents 3912f91 + e0685b0 commit e4b211a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ocpp-v1_6-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-surefire-plugin</artifactId>
124-
<version>3.2.1</version>
124+
<version>3.2.2</version>
125125
<configuration>
126126
<skipTests>true</skipTests>
127127
<includes>

ocpp-v2-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-surefire-plugin</artifactId>
150-
<version>3.2.1</version>
150+
<version>3.2.2</version>
151151
<configuration>
152152
<skipTests>true</skipTests>
153153
<includes>

ocpp-v2_0-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-surefire-plugin</artifactId>
125-
<version>3.2.1</version>
125+
<version>3.2.2</version>
126126
<configuration>
127127
<skipTests>true</skipTests>
128128
<includes>

0 commit comments

Comments
 (0)