Skip to content

Commit af86c99

Browse files
committed
update to latest hamcrest matchers and mockito versions
1 parent f0716a3 commit af86c99

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

parent_toplevel/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<dependencies>
9595

9696
<!-- Testing -->
97+
<dependency>
98+
<groupId>org.hamcrest</groupId>
99+
<artifactId>java-hamcrest</artifactId>
100+
<scope>test</scope>
101+
</dependency>
97102
<dependency>
98103
<groupId>junit</groupId>
99104
<artifactId>junit</artifactId>
@@ -104,11 +109,6 @@
104109
<artifactId>mockito-core</artifactId>
105110
<scope>test</scope>
106111
</dependency>
107-
<dependency>
108-
<groupId>org.hamcrest</groupId>
109-
<artifactId>hamcrest-core</artifactId>
110-
<scope>test</scope>
111-
</dependency>
112112

113113
</dependencies>
114114
<dependencyManagement>
@@ -137,6 +137,11 @@
137137
</dependency>
138138

139139
<!-- Testing -->
140+
<dependency>
141+
<groupId>org.hamcrest</groupId>
142+
<artifactId>java-hamcrest</artifactId>
143+
<version>2.0.0.0</version>
144+
</dependency>
140145
<dependency>
141146
<groupId>junit</groupId>
142147
<artifactId>junit</artifactId>
@@ -145,12 +150,7 @@
145150
<dependency>
146151
<groupId>org.mockito</groupId>
147152
<artifactId>mockito-core</artifactId>
148-
<version>2.2.28</version>
149-
</dependency>
150-
<dependency>
151-
<groupId>org.hamcrest</groupId>
152-
<artifactId>hamcrest-core</artifactId>
153-
<version>1.3</version>
153+
<version>2.3.7</version>
154154
</dependency>
155155

156156
</dependencies>

0 commit comments

Comments
 (0)