Skip to content

Commit e66b1ca

Browse files
authored
test(deps): update dependency com.google.truth:truth to v1.3.0 (#2367)
1 parent f88bcf8 commit e66b1ca

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
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>com.google.truth</groupId>
187187
<artifactId>truth</artifactId>
188-
<version>1.1.5</version>
188+
<version>1.3.0</version>
189189
<scope>test</scope>
190190
<exclusions>
191191
<exclusion>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.truth</groupId>
4545
<artifactId>truth</artifactId>
46-
<version>1.1.5</version>
46+
<version>1.3.0</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>

samples/native-image-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.truth</groupId>
5757
<artifactId>truth</artifactId>
58-
<version>1.1.5</version>
58+
<version>1.3.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.google.truth</groupId>
4242
<artifactId>truth</artifactId>
43-
<version>1.1.5</version>
43+
<version>1.3.0</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.truth</groupId>
5656
<artifactId>truth</artifactId>
57-
<version>1.1.5</version>
57+
<version>1.3.0</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)