Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit f23dcc4

Browse files
committed
Updated dependencies
1 parent 2e98d40 commit f23dcc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
2626
<basedir>.</basedir>
2727
<!-- Dependency versions -->
28-
<testng.version>6.14.3</testng.version>
29-
<mockito.version>1.10.19</mockito.version>
28+
<testng.version>7.1.0</testng.version>
29+
<mockito.version>3.3.3</mockito.version>
3030
<thisYear>2020</thisYear>
3131
</properties>
3232

@@ -242,7 +242,7 @@
242242
</dependency>
243243
<dependency>
244244
<groupId>org.mockito</groupId>
245-
<artifactId>mockito-all</artifactId>
245+
<artifactId>mockito-core</artifactId>
246246
<version>${mockito.version}</version>
247247
<scope>test</scope>
248248
</dependency>
@@ -257,7 +257,7 @@
257257
</dependency>
258258
<dependency>
259259
<groupId>org.mockito</groupId>
260-
<artifactId>mockito-all</artifactId>
260+
<artifactId>mockito-core</artifactId>
261261
<scope>test</scope>
262262
</dependency>
263263
</dependencies>

0 commit comments

Comments
 (0)