File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,26 @@ env_vars: {
189
189
190
190
191
191
192
+ # ############################################
193
+ # this section merged from .kokoro/common_env_vars.cfg using owlbot.py
194
+
195
+ env_vars: {
196
+ key: " PRODUCT_AREA_LABEL"
197
+ value: " observability"
198
+ }
199
+ env_vars: {
200
+ key: " PRODUCT_LABEL"
201
+ value: " logging"
202
+ }
203
+ env_vars: {
204
+ key: " LANGUAGE_LABEL"
205
+ value: " java"
206
+ }
207
+
208
+ # ##################################################
209
+
210
+
211
+
192
212
# ############################################
193
213
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
194
214
Original file line number Diff line number Diff line change 65
65
<dependency >
66
66
<groupId >com.google.cloud</groupId >
67
67
<artifactId >google-cloud-shared-dependencies</artifactId >
68
- <version >3.9.0 </version >
68
+ <version >3.10.1 </version >
69
69
<type >pom</type >
70
70
<scope >import</scope >
71
71
</dependency >
You can’t perform that action at this time.
0 commit comments