Skip to content

Commit db41e9d

Browse files
deps: update dependency com.google.cloud:google-cloud-logging to v3.15.2 (#1090)
* deps: update dependency com.google.cloud:google-cloud-logging to v3.15.2 * 🦉 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 86c7712 commit db41e9d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.kokoro/release/common.cfg

+20
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,26 @@ env_vars: {
209209

210210

211211

212+
#############################################
213+
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
214+
215+
env_vars: {
216+
key: "PRODUCT_AREA_LABEL"
217+
value: "observability"
218+
}
219+
env_vars: {
220+
key: "PRODUCT_LABEL"
221+
value: "logging"
222+
}
223+
env_vars: {
224+
key: "LANGUAGE_LABEL"
225+
value: "java"
226+
}
227+
228+
###################################################
229+
230+
231+
212232
#############################################
213233
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py
214234

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<logback.version>1.2.11</logback.version>
1818
<easymock.version>5.1.0</easymock.version>
1919
<truth.version>1.1.3</truth.version>
20-
<logging.version>3.15.1</logging.version>
20+
<logging.version>3.15.2</logging.version>
2121
<slf4j.version>1.7.36</slf4j.version>
2222
<google.api-common.version>1.10.1</google.api-common.version>
2323
</properties>

0 commit comments

Comments
 (0)