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

Commit 8d05f08

Browse files
authored
test(deps): update dependency com.google.truth:truth to v1.1.3 (#537)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.truth:truth | `1.1.2` -> `1.1.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/compatibility-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.truth:truth/1.1.3/confidence-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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-speech).
1 parent fc3cece commit 8d05f08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.google.truth</groupId>
210210
<artifactId>truth</artifactId>
211-
<version>1.1.2</version>
211+
<version>1.1.3</version>
212212
<scope>test</scope>
213213
</dependency>
214214
</dependencies>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.2</version>
49+
<version>1.1.3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.2</version>
49+
<version>1.1.3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.google.truth</groupId>
5959
<artifactId>truth</artifactId>
60-
<version>1.1.2</version>
60+
<version>1.1.3</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<!-- [END_EXCLUDE] -->

0 commit comments

Comments
 (0)