Skip to content

Commit 68ff9c4

Browse files
authored
chore(deps): update dependency com.google.truth:truth to v1.1.4 (GoogleCloudPlatform#1214)
1 parent 95b83ff commit 68ff9c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3'
46+
testCompile 'com.google.truth:truth:1.1.4'
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.3</version>
100+
<version>1.1.4</version>
101101
<scope>test</scope>
102102
</dependency>
103103

0 commit comments

Comments
 (0)