Skip to content

Commit fa3bc46

Browse files
Bump org.mockito:mockito-core from 1.10.19 to 4.11.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 1.10.19 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v1.10.19...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2d1ac3 commit fa3bc46

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

OCPP-J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.mockito</groupId>
7474
<artifactId>mockito-core</artifactId>
75-
<version>4.11.0</version>
75+
<version>5.0.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

ocpp-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.mockito</groupId>
8282
<artifactId>mockito-core</artifactId>
83-
<version>4.11.0</version>
83+
<version>5.0.0</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.mockito</groupId>
7373
<artifactId>mockito-core</artifactId>
74-
<version>4.11.0</version>
74+
<version>5.0.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>

ocpp-v2-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.mockito</groupId>
8787
<artifactId>mockito-core</artifactId>
88-
<version>4.11.0</version>
88+
<version>5.0.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

ocpp-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.mockito</groupId>
8383
<artifactId>mockito-core</artifactId>
84-
<version>4.11.0</version>
84+
<version>5.0.0</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>

ocpp-v2_0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.mockito</groupId>
7373
<artifactId>mockito-core</artifactId>
74-
<version>4.11.0</version>
74+
<version>5.0.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>

0 commit comments

Comments
 (0)