Skip to content

Commit ad87bf5

Browse files
test(deps): update dependency com.google.truth:truth to v1.1.4 (#1092)
* test(deps): update dependency com.google.truth:truth to v1.1.4 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent dbac7eb commit ad87bf5

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

.kokoro/release/common.cfg

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,46 @@ env_vars: {
248248

249249

250250

251+
#############################################
252+
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
253+
254+
env_vars: {
255+
key: "PRODUCT_AREA_LABEL"
256+
value: "observability"
257+
}
258+
env_vars: {
259+
key: "PRODUCT_LABEL"
260+
value: "logging"
261+
}
262+
env_vars: {
263+
key: "LANGUAGE_LABEL"
264+
value: "java"
265+
}
266+
267+
###################################################
268+
269+
270+
271+
#############################################
272+
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
273+
274+
env_vars: {
275+
key: "PRODUCT_AREA_LABEL"
276+
value: "observability"
277+
}
278+
env_vars: {
279+
key: "PRODUCT_LABEL"
280+
value: "logging"
281+
}
282+
env_vars: {
283+
key: "LANGUAGE_LABEL"
284+
value: "java"
285+
}
286+
287+
###################################################
288+
289+
290+
251291
#############################################
252292
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
253293

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.1.3</version>
45+
<version>1.1.4</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

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.1.3</version>
44+
<version>1.1.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

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.1.3</version>
56+
<version>1.1.4</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>

0 commit comments

Comments
 (0)