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 {
4343// compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java
4444
4545 testCompile ' junit:junit:4.13.2'
46- testCompile ' com.google.truth:truth:1.1.5 '
46+ testCompile ' com.google.truth:truth:1.2.0 '
4747 testCompile ' org.mockito:mockito-all:1.10.19'
4848
4949 testCompile ' com.google.appengine:appengine-testing:+'
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ limitations under the License.
9797 <dependency >
9898 <groupId >com.google.truth</groupId >
9999 <artifactId >truth</artifactId >
100- <version >1.1.5 </version >
100+ <version >1.2.0 </version >
101101 <scope >test</scope >
102102 </dependency >
103103
You can’t perform that action at this time.
0 commit comments