Skip to content

Commit ee810af

Browse files
authored
chore(deps): update dependency com.google.protobuf:protobuf-java to v3.19.1 (GoogleCloudPlatform#6328)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.19.0` -> `3.19.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.19.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.19.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.19.1/compatibility-slim/3.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java/3.19.1/confidence-slim/3.19.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf</summary> ### [`v3.19.1`](https://togithub.com/protocolbuffers/protobuf/releases/v3.19.1) [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.19.0...v3.19.1) ### Bazel - Ensure that release archives contain everything needed for Bazel ([#&GoogleCloudPlatform#8203;9131](https://togithub.com/protocolbuffers/protobuf/issues/9131)) - Align dependency handling with Bazel best practices ([#&GoogleCloudPlatform#8203;9165](https://togithub.com/protocolbuffers/protobuf/issues/9165)) ### JavaScript - Fix `ReferenceError: window is not defined` when getting the global object ([#&GoogleCloudPlatform#8203;9156](https://togithub.com/protocolbuffers/protobuf/issues/9156)) ### Ruby - Fix memory leak in MessageClass.encode ([#&GoogleCloudPlatform#8203;9150](https://togithub.com/protocolbuffers/protobuf/issues/9150)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 77704c1 commit ee810af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java8/tasks/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Copyright 2019 Google LLC
4949
<dependency>
5050
<groupId>com.google.protobuf</groupId>
5151
<artifactId>protobuf-java</artifactId>
52-
<version>3.19.0</version>
52+
<version>3.19.1</version>
5353
</dependency>
5454

5555
<!-- Test dependencies -->

kms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.protobuf</groupId>
3939
<artifactId>protobuf-java</artifactId>
40-
<version>3.19.0</version>
40+
<version>3.19.1</version>
4141
</dependency>
4242

4343
<dependency>

spanner/opencensus/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.protobuf</groupId>
5555
<artifactId>protobuf-java</artifactId>
56-
<version>3.19.0</version>
56+
<version>3.19.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.opencensus</groupId>

0 commit comments

Comments
 (0)