Skip to content

Commit 20e2082

Browse files
authored
test(deps): update dependency com.google.truth:truth to v1.1 (#319)
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-dlp).
1 parent c578c32 commit 20e2082

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dlp/snippets/install-without-bom/pom.xml

+1-1
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
</dependencies>

dlp/snippets/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.truth</groupId>
4848
<artifactId>truth</artifactId>
49-
<version>1.0.1</version>
49+
<version>1.1</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

dlp/snippets/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.truth</groupId>
5858
<artifactId>truth</artifactId>
59-
<version>1.0.1</version>
59+
<version>1.1</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<!-- [END_EXCLUDE] -->

0 commit comments

Comments
 (0)