File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
appengine-standard-java8/helloworld-gae-javasdk-tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
// compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java
44
44
45
45
testCompile ' junit:junit:4.13.2'
46
- testCompile ' com.google.truth:truth:1.1.5 '
46
+ testCompile ' com.google.truth:truth:1.2.0 '
47
47
testCompile ' org.mockito:mockito-all:1.10.19'
48
48
49
49
testCompile ' com.google.appengine:appengine-testing:+'
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ limitations under the License.
97
97
<dependency >
98
98
<groupId >com.google.truth</groupId >
99
99
<artifactId >truth</artifactId >
100
- <version >1.1.5 </version >
100
+ <version >1.2.0 </version >
101
101
<scope >test</scope >
102
102
</dependency >
103
103
You can’t perform that action at this time.
0 commit comments