Skip to content

Commit 315766d

Browse files
test(deps): update dependency com.google.truth:truth to v1.4.3 (#2097)
* test(deps): update dependency com.google.truth:truth to v1.4.3 * 🦉 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 53a4844 commit 315766d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>com.google.truth</groupId>
106106
<artifactId>truth</artifactId>
107-
<version>1.4.2</version>
107+
<version>1.4.3</version>
108108
<scope>test</scope>
109109
<exclusions>
110110
<exclusion>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.truth</groupId>
7171
<artifactId>truth</artifactId>
72-
<version>1.4.2</version>
72+
<version>1.4.3</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
5656
<dependency>
5757
<groupId>com.google.truth</groupId>
5858
<artifactId>truth</artifactId>
59-
<version>1.4.2</version>
59+
<version>1.4.3</version>
6060
<scope>test</scope>
6161
</dependency>
6262
</dependencies>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.google.truth</groupId>
7575
<artifactId>truth</artifactId>
76-
<version>1.4.2</version>
76+
<version>1.4.3</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.google.truth</groupId>
9494
<artifactId>truth</artifactId>
95-
<version>1.4.2</version>
95+
<version>1.4.3</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

0 commit comments

Comments
 (0)