Skip to content

Commit e10e7bf

Browse files
authored
chore(deps): update dependency com.google.truth:truth to v1.2.0 (#1233)
1 parent bd1c766 commit e10e7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine-standard-java8/helloworld-gae-javasdk-tools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:+'

appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)