Skip to content

Commit acb5d32

Browse files
authored
test(deps): update dependency com.google.truth:truth to v1.1 (googleapis#240)
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-spanner-jdbc).
1 parent 322e4bf commit acb5d32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

java-spanner-jdbc/samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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>

java-spanner-jdbc/samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
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>

java-spanner-jdbc/samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
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)