diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 426cf83e2..f60d77493 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa
+ digest: sha256:fc52b202aa298a50a12c64efd04fea3884d867947effe2fa85382a246c09e813
+# created: 2022-04-06T16:30:03.627422514Z
diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml
index 1e4706499..4caef688b 100644
--- a/.github/auto-label.yaml
+++ b/.github/auto-label.yaml
@@ -1,7 +1,15 @@
-product: true
+# Copyright 2021 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
requestsize:
enabled: true
-staleness:
- pullrequest: true
- old: 30
- extraold: 60
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24a1a4ff0..c2bc5cc40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [3.7.5](https://github.com/googleapis/java-logging/compare/v3.7.4...v3.7.5) (2022-04-15)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#930](https://github.com/googleapis/java-logging/issues/930)) ([074c6c7](https://github.com/googleapis/java-logging/commit/074c6c791059f4503a4103d8387f6b0b062db3a3))
+* update dependency com.google.cloud:native-image-support to v0.13.1 ([#931](https://github.com/googleapis/java-logging/issues/931)) ([2e4b4d0](https://github.com/googleapis/java-logging/commit/2e4b4d09192a75f3e9107c143c9e74fa05201e1a))
+
### [3.7.4](https://github.com/googleapis/java-logging/compare/v3.7.3...v3.7.4) (2022-03-31)
diff --git a/README.md b/README.md
index e930bdece..9c6e8aa08 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 25.0.0
+ 25.1.0
pom
import
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-logging
- 3.7.3
+ 3.7.4
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-logging:3.7.3'
+implementation 'com.google.cloud:google-cloud-logging:3.7.4'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.7.3"
+libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.7.4"
```
## Authentication
diff --git a/google-cloud-logging-bom/pom.xml b/google-cloud-logging-bom/pom.xml
index 38b4c3354..7a2bc999d 100644
--- a/google-cloud-logging-bom/pom.xml
+++ b/google-cloud-logging-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-logging-bom
- 3.7.4
+ 3.7.5
pom
com.google.cloud
@@ -53,17 +53,17 @@
com.google.cloud
google-cloud-logging
- 3.7.4
+ 3.7.5
com.google.api.grpc
grpc-google-cloud-logging-v2
- 0.96.4
+ 0.96.5
com.google.api.grpc
proto-google-cloud-logging-v2
- 0.96.4
+ 0.96.5
diff --git a/google-cloud-logging/pom.xml b/google-cloud-logging/pom.xml
index 367302727..476e4a2af 100644
--- a/google-cloud-logging/pom.xml
+++ b/google-cloud-logging/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-logging
- 3.7.4
+ 3.7.5
jar
Google Cloud Logging
https://github.com/googleapis/java-logging
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-logging-parent
- 3.7.4
+ 3.7.5
google-cloud-logging
diff --git a/grpc-google-cloud-logging-v2/pom.xml b/grpc-google-cloud-logging-v2/pom.xml
index 5d06367d6..b983731c9 100644
--- a/grpc-google-cloud-logging-v2/pom.xml
+++ b/grpc-google-cloud-logging-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-logging-v2
- 0.96.4
+ 0.96.5
grpc-google-cloud-logging-v2
GRPC library for grpc-google-cloud-logging-v2
com.google.cloud
google-cloud-logging-parent
- 3.7.4
+ 3.7.5
diff --git a/pom.xml b/pom.xml
index 544e39e82..349295266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-logging-parent
pom
- 3.7.4
+ 3.7.5
Google Cloud Logging Parent
https://github.com/googleapis/java-logging
@@ -61,23 +61,23 @@
com.google.api.grpc
proto-google-cloud-logging-v2
- 0.96.4
+ 0.96.5
com.google.api.grpc
grpc-google-cloud-logging-v2
- 0.96.4
+ 0.96.5
com.google.cloud
google-cloud-logging
- 3.7.4
+ 3.7.5
com.google.cloud
google-cloud-shared-dependencies
- 2.9.0
+ 2.10.0
pom
import
diff --git a/proto-google-cloud-logging-v2/pom.xml b/proto-google-cloud-logging-v2/pom.xml
index 082d86bc8..974703388 100644
--- a/proto-google-cloud-logging-v2/pom.xml
+++ b/proto-google-cloud-logging-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-logging-v2
- 0.96.4
+ 0.96.5
proto-google-cloud-logging-v2
PROTO library for proto-google-cloud-logging-v2
com.google.cloud
google-cloud-logging-parent
- 3.7.4
+ 3.7.5
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index bc44a4714..5a38f172b 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging
- 3.7.3
+ 3.7.4
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 5d173241f..4fa85a5d4 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
libraries-bom
- 25.0.0
+ 25.1.0
pom
import
@@ -104,7 +104,7 @@
com.google.cloud
native-image-support
- 0.12.11
+ 0.13.1
org.junit.vintage
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 4874048d7..b4f0b34d2 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging
- 3.7.4
+ 3.7.5
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index d9aba92ab..c879b870e 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
libraries-bom
- 25.0.0
+ 25.1.0
pom
import
diff --git a/versions.txt b/versions.txt
index 7e9ffe8a1..02a10734c 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-logging:3.7.4:3.7.4
-grpc-google-cloud-logging-v2:0.96.4:0.96.4
-proto-google-cloud-logging-v2:0.96.4:0.96.4
+google-cloud-logging:3.7.5:3.7.5
+grpc-google-cloud-logging-v2:0.96.5:0.96.5
+proto-google-cloud-logging-v2:0.96.5:0.96.5