Skip to content

Commit a6056ef

Browse files
renovate-botlesv
authored andcommitted
chore(deps): update dependency com.google.truth:truth to v0.46 (GoogleCloudPlatform#1846)
1 parent 8980273 commit a6056ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java8/bigtable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252

5353
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
5454

55-
testCompile group: 'com.google.truth', name: 'truth', version:'0.30'
55+
testCompile group: 'com.google.truth', name: 'truth', version:'0.46'
5656
testCompile group: 'junit', name: 'junit', version:'4.12'
5757
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
5858
}

datacatalog/cloud-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
compile group: 'com.google.cloud', name: 'google-cloud-datacatalog', version:'0.28.0-alpha'
2323

24-
testCompile group: 'com.google.truth', name: 'truth', version:'0.42'
24+
testCompile group: 'com.google.truth', name: 'truth', version:'0.46'
2525
testCompile group: 'junit', name: 'junit', version:'4.13-beta-2'
2626
}
2727

datacatalog/quickstart/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
compile group: 'com.google.cloud', name: 'google-cloud-datacatalog-quickstart', version:'0.28.0-alpha'
2323

24-
testCompile group: 'com.google.truth', name: 'truth', version:'0.42'
24+
testCompile group: 'com.google.truth', name: 'truth', version:'0.46'
2525
testCompile group: 'junit', name: 'junit', version:'4.13-beta-2'
2626
}
2727

0 commit comments

Comments
 (0)