We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1c766 commit e10e7bfCopy full SHA for e10e7bf
2 files changed
appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
// compile 'com.google.cloud:google-cloud:+' // Latest Cloud API's http://googlecloudplatform.github.io/google-cloud-java
44
45
testCompile 'junit:junit:4.13.2'
46
- testCompile 'com.google.truth:truth:1.1.5'
+ testCompile 'com.google.truth:truth:1.2.0'
47
testCompile 'org.mockito:mockito-all:1.10.19'
48
49
testCompile 'com.google.appengine:appengine-testing:+'
appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml
@@ -97,7 +97,7 @@ limitations under the License.
97
<dependency>
98
<groupId>com.google.truth</groupId>
99
<artifactId>truth</artifactId>
100
- <version>1.1.5</version>
+ <version>1.2.0</version>
101
<scope>test</scope>
102
</dependency>
103
0 commit comments