Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit f966881

Browse files
authored
deps: update dependency com.google.truth:truth to v1.1 (#443)
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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :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-bigquerydatatransfer).
1 parent 2c52dc3 commit f966881

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
2726
<dependencies>
2827
<!-- [START bigquerydatatransfer_install_without_bom] -->
2928
<dependency>
@@ -48,7 +47,7 @@
4847
<dependency>
4948
<groupId>com.google.truth</groupId>
5049
<artifactId>truth</artifactId>
51-
<version>1.0.1</version>
50+
<version>1.1</version>
5251
<scope>test</scope>
5352
</dependency>
5453
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.truth</groupId>
4949
<artifactId>truth</artifactId>
50-
<version>1.0.1</version>
50+
<version>1.1</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>

samples/snippets/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
<dependency>

0 commit comments

Comments
 (0)