Skip to content

Commit c2dcb73

Browse files
deps: update dependency com.google.truth:truth to v1.4.1 (#2412)
* deps: update dependency com.google.truth:truth to v1.4.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2962910 commit c2dcb73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

google-cloud-bigquerystorage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.google.truth</groupId>
174174
<artifactId>truth</artifactId>
175-
<version>1.4.0</version>
175+
<version>1.4.1</version>
176176
<scope>test</scope>
177177
<exclusions>
178178
<exclusion>

samples/install-without-bom/pom.xml

+1-1
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.0</version>
67+
<version>1.4.1</version>
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>

samples/snapshot/pom.xml

+1-1
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.0</version>
67+
<version>1.4.1</version>
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>

samples/snippets/pom.xml

+1-1
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.0</version>
79+
<version>1.4.1</version>
8080
<scope>test</scope>
8181
</dependency>
8282
</dependencies>

0 commit comments

Comments
 (0)