Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit bcab936

Browse files
authored
deps: update dependency com.google.truth:truth to v1.1 (#617)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.truth:truth](com/google/truth/truth) | minor | `1.0.1` -> `1.1` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerystorage).
1 parent 4a24bf8 commit bcab936

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

google-cloud-bigquerystorage/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>com.google.truth</groupId>
122122
<artifactId>truth</artifactId>
123-
<version>1.0.1</version>
123+
<version>1.1</version>
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>
@@ -179,6 +179,7 @@
179179
<groupId>com.google.api.grpc</groupId>
180180
<artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId>
181181
</dependency>
182+
182183
<!-- Need testing utility classes for generated gRPC clients tests -->
183184
<dependency>
184185
<groupId>com.google.api</groupId>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.truth</groupId>
6262
<artifactId>truth</artifactId>
63-
<version>1.0.1</version>
63+
<version>1.1</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.truth</groupId>
6161
<artifactId>truth</artifactId>
62-
<version>1.0.1</version>
62+
<version>1.1</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.truth</groupId>
7474
<artifactId>truth</artifactId>
75-
<version>1.0.1</version>
75+
<version>1.1</version>
7676
<scope>test</scope>
7777
</dependency>
7878
</dependencies>

0 commit comments

Comments
 (0)