Skip to content

Commit f45bf86

Browse files
authored
deps: update dependency com.google.truth:truth to v1.4.3 (#2542)
1 parent f36d734 commit f45bf86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

google-cloud-bigquerystorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>com.google.truth</groupId>
179179
<artifactId>truth</artifactId>
180-
<version>1.4.2</version>
180+
<version>1.4.3</version>
181181
<scope>test</scope>
182182
<exclusions>
183183
<exclusion>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.truth</groupId>
6666
<artifactId>truth</artifactId>
67-
<version>1.4.2</version>
67+
<version>1.4.3</version>
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.truth</groupId>
6666
<artifactId>truth</artifactId>
67-
<version>1.4.2</version>
67+
<version>1.4.3</version>
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.truth</groupId>
7878
<artifactId>truth</artifactId>
79-
<version>1.4.2</version>
79+
<version>1.4.3</version>
8080
<scope>test</scope>
8181
</dependency>
8282
</dependencies>

0 commit comments

Comments
 (0)