Skip to content

Commit 42deb1a

Browse files
Bump org.hamcrest:hamcrest-core from 1.3 to 2.2
Bumps [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@hamcrest-java-1.3...v2.2) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bcac1d commit 42deb1a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

OCPP-J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.hamcrest</groupId>
8080
<artifactId>hamcrest-core</artifactId>
81-
<version>1.3</version>
81+
<version>2.2</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

ocpp-v1_6-test/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.hamcrest</groupId>
7373
<artifactId>hamcrest-core</artifactId>
74-
<version>1.3</version>
74+
<version>2.2</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.hamcrest</groupId>
7979
<artifactId>hamcrest-core</artifactId>
80-
<version>1.3</version>
80+
<version>2.2</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

ocpp-v2-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.hamcrest</groupId>
9999
<artifactId>hamcrest-core</artifactId>
100-
<version>1.3</version>
100+
<version>2.2</version>
101101
<scope>test</scope>
102102
</dependency>
103103
<dependency>

ocpp-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.hamcrest</groupId>
8989
<artifactId>hamcrest-core</artifactId>
90-
<version>1.3</version>
90+
<version>2.2</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

ocpp-v2_0-test/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.hamcrest</groupId>
7474
<artifactId>hamcrest-core</artifactId>
75-
<version>1.3</version>
75+
<version>2.2</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

ocpp-v2_0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.hamcrest</groupId>
7979
<artifactId>hamcrest-core</artifactId>
80-
<version>1.3</version>
80+
<version>2.2</version>
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

0 commit comments

Comments
 (0)