diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cebc5525..94aafcb66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [3.15.11](https://github.com/googleapis/java-logging/compare/v3.15.10...v3.15.11) (2023-10-10)
+
+
+### Dependencies
+
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.17.0 ([#1444](https://github.com/googleapis/java-logging/issues/1444)) ([748e8a2](https://github.com/googleapis/java-logging/commit/748e8a29026b6eb782a559df207a70555289f906))
+
## [3.15.10](https://github.com/googleapis/java-logging/compare/v3.15.9...v3.15.10) (2023-09-27)
diff --git a/README.md b/README.md
index 51d83035b..7cd30a911 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
- 26.23.0
+ 26.24.0
pom
import
@@ -44,7 +44,7 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-logging
- 3.15.9
+ 3.15.10
```
@@ -52,20 +52,20 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.23.0')
+implementation platform('com.google.cloud:libraries-bom:26.24.0')
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.15.9'
+implementation 'com.google.cloud:google-cloud-logging:3.15.10'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.15.9"
+libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.15.10"
```
@@ -452,7 +452,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.15.9
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.15.10
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/google-cloud-logging-bom/pom.xml b/google-cloud-logging-bom/pom.xml
index d3bb0647e..52935acce 100644
--- a/google-cloud-logging-bom/pom.xml
+++ b/google-cloud-logging-bom/pom.xml
@@ -3,12 +3,12 @@
4.0.0
com.google.cloud
google-cloud-logging-bom
- 3.15.10
+ 3.15.11
pom
com.google.cloud
google-cloud-shared-config
- 1.5.7
+ 1.5.8
Google Cloud logging BOM
@@ -53,17 +53,17 @@
com.google.cloud
google-cloud-logging
- 3.15.10
+ 3.15.11
com.google.api.grpc
grpc-google-cloud-logging-v2
- 0.104.10
+ 0.104.11
com.google.api.grpc
proto-google-cloud-logging-v2
- 0.104.10
+ 0.104.11
diff --git a/google-cloud-logging/pom.xml b/google-cloud-logging/pom.xml
index 616417642..92ad5666d 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.15.10
+ 3.15.11
jar
Google Cloud Logging
https://github.com/googleapis/java-logging
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-logging-parent
- 3.15.10
+ 3.15.11
google-cloud-logging
diff --git a/google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java b/google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
index 51867205f..b00bbe432 100644
--- a/google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
+++ b/google-cloud-logging/src/main/java/com/google/cloud/logging/Instrumentation.java
@@ -40,7 +40,7 @@ public final class Instrumentation {
// See
// https://github.com/googleapis/release-please/blob/main/docs/customizing.md#updating-arbitrary-files
// {x-version-update-start:google-cloud-logging:current}
- public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.15.10";
+ public static final String DEFAULT_INSTRUMENTATION_VERSION = "3.15.11";
// {x-version-update-end}
public static final String INSTRUMENTATION_LOG_NAME = "diagnostic-log";
public static final int MAX_DIAGNOSTIC_VALUE_LENGTH = 14;
diff --git a/grpc-google-cloud-logging-v2/pom.xml b/grpc-google-cloud-logging-v2/pom.xml
index 77b37834e..d770503e5 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.104.10
+ 0.104.11
grpc-google-cloud-logging-v2
GRPC library for grpc-google-cloud-logging-v2
com.google.cloud
google-cloud-logging-parent
- 3.15.10
+ 3.15.11
diff --git a/pom.xml b/pom.xml
index c5669005c..200fbda2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-logging-parent
pom
- 3.15.10
+ 3.15.11
Google Cloud Logging Parent
https://github.com/googleapis/java-logging
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.7
+ 1.5.8
@@ -61,23 +61,23 @@
com.google.api.grpc
proto-google-cloud-logging-v2
- 0.104.10
+ 0.104.11
com.google.api.grpc
grpc-google-cloud-logging-v2
- 0.104.10
+ 0.104.11
com.google.cloud
google-cloud-logging
- 3.15.10
+ 3.15.11
com.google.cloud
google-cloud-shared-dependencies
- 3.16.1
+ 3.17.0
pom
import
@@ -173,7 +173,6 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.6.0
html
diff --git a/proto-google-cloud-logging-v2/pom.xml b/proto-google-cloud-logging-v2/pom.xml
index abda23519..1cbd4e124 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.104.10
+ 0.104.11
proto-google-cloud-logging-v2
PROTO library for proto-google-cloud-logging-v2
com.google.cloud
google-cloud-logging-parent
- 3.15.10
+ 3.15.11
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 524a15fc6..302040e73 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.15.9
+ 3.15.10
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index b1771004d..f7201d78b 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
libraries-bom
- 26.23.0
+ 26.24.0
pom
import
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 1e8be8f5a..313c287ac 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging
- 3.15.10
+ 3.15.11
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 59c514453..3a3ba40d4 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
libraries-bom
- 26.23.0
+ 26.24.0
pom
import
diff --git a/versions.txt b/versions.txt
index e3e82e378..f40a666b3 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-logging:3.15.10:3.15.10
-grpc-google-cloud-logging-v2:0.104.10:0.104.10
-proto-google-cloud-logging-v2:0.104.10:0.104.10
+google-cloud-logging:3.15.11:3.15.11
+grpc-google-cloud-logging-v2:0.104.11:0.104.11
+proto-google-cloud-logging-v2:0.104.11:0.104.11