Skip to content

Commit 8019ac7

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.1.2
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6cf180 commit 8019ac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ocpp-v1_6-test/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.22.2</version>
124+
<version>3.1.2</version>
125125
<configuration>
126126
<skipTests>true</skipTests>
127127
<includes>

ocpp-v2-test/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.22.2</version>
150+
<version>3.1.2</version>
151151
<configuration>
152152
<skipTests>true</skipTests>
153153
<includes>

ocpp-v2_0-test/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.22.2</version>
125+
<version>3.1.2</version>
126126
<configuration>
127127
<skipTests>true</skipTests>
128128
<includes>

0 commit comments

Comments
 (0)