Skip to content

Commit b22b06f

Browse files
renovate-botad548
authored andcommitted
deps: update dependency com.google.truth:truth to v1.1 (googleapis#483)
1 parent 48101aa commit b22b06f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.google.truth</groupId>
183183
<artifactId>truth</artifactId>
184-
<version>1.0.1</version>
184+
<version>1.1</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>com.google.truth.extensions</groupId>

Diff for: samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.truth</groupId>
4444
<artifactId>truth</artifactId>
45-
<version>1.0.1</version>
45+
<version>1.1</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

Diff for: samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.truth</groupId>
4343
<artifactId>truth</artifactId>
44-
<version>1.0.1</version>
44+
<version>1.1</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

Diff for: samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.truth</groupId>
5555
<artifactId>truth</artifactId>
56-
<version>1.0.1</version>
56+
<version>1.1</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>

0 commit comments

Comments
 (0)