This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 6d5792d Scalatest version update (#4276)
6d5792d is described below
commit 6d5792df1f2d77acd35a15b8ef3a6e6127039b50
Author: Rahul Tripathi <[email protected]>
AuthorDate: Wed Feb 13 15:23:13 2019 -0500
Scalatest version update (#4276)
* Updated ScalaTest v 3.0.1 to v 3.0.5 [#changelog]
(http://www.scalatest.org/release_notes/3.0.5)
Updated ScalaMock v 3.4.2 to v 3.6.0
---
tests/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/build.gradle b/tests/build.gradle
index 5fda213..1e96aa7 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -173,10 +173,10 @@ dependencies {
compile 'org.apache.httpcomponents:httpmime:4.3.6'
compile 'junit:junit:4.11'
compile 'com.jayway.restassured:rest-assured:2.6.0'
- compile 'org.scalatest:scalatest_2.12:3.0.1'
+ compile 'org.scalatest:scalatest_2.12:3.0.5'
compile 'com.typesafe.akka:akka-testkit_2.12:2.5.12'
compile 'com.google.code.gson:gson:2.3.1'
- compile 'org.scalamock:scalamock-scalatest-support_2.12:3.4.2'
+ compile 'org.scalamock:scalamock-scalatest-support_2.12:3.6.0'
compile 'com.typesafe.akka:akka-http-testkit_2.12:10.1.1'
compile 'com.github.java-json-tools:json-schema-validator:2.2.8'
compile "org.mockito:mockito-core:2.15.0"