Skip to content

Commit 262f155

Browse files
authored
test(deps): update dependency com.google.truth:truth to v1.4.1 (#1922)
1 parent cd704bd commit 262f155

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

+1-1
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.0</version>
107+
<version>1.4.1</version>
108108
<scope>test</scope>
109109
<exclusions>
110110
<exclusion>

samples/install-without-bom/pom.xml

+1-1
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.0</version>
72+
<version>1.4.1</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

samples/native-image-sample/pom.xml

+1-1
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.0</version>
59+
<version>1.4.1</version>
6060
<scope>test</scope>
6161
</dependency>
6262
</dependencies>

samples/snapshot/pom.xml

+1-1
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.0</version>
76+
<version>1.4.1</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

samples/snippets/pom.xml

+1-1
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.0</version>
95+
<version>1.4.1</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

0 commit comments

Comments
 (0)