Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

deps: update dependency com.google.protobuf:protobuf-java-util to v3.19.1 #560

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.protobuf:protobuf-java-util (source) 3.18.1 -> 3.19.1 age adoption passing confidence

Release Notes

protocolbuffers/protobuf

v3.19.1

Compare Source

Bazel

  • Ensure that release archives contain everything needed for Bazel (#​9131)
  • Align dependency handling with Bazel best practices (#​9165)

JavaScript

  • Fix ReferenceError: window is not defined when getting the global object (#​9156)

Ruby

  • Fix memory leak in MessageClass.encode (#​9150)

v3.19.0

Compare Source

C++

  • Make proto2::Message::DiscardUnknownFields() non-virtual
  • Separate RepeatedPtrField into its own header file
  • For default floating point values of 0, consider all bits significant
  • cmake: support MSVC_RUNTIME_LIBRARY property (#​8851)
  • Fix shadowing warnings (#​8926)
  • Fix for issue #​8484, constant initialization doesn't compile in msvc clang-cl environment (#​8993)
  • Fix build on AIX and SunOS (#​8373) (#​9065)
  • Add Android stlport and default toolchains to BUILD. (#​8290)

Java

  • For default floating point values of 0, consider all bits significant
  • Annotate //java/com/google/protobuf/util/... with nullness annotations
  • Use ArrayList copy constructor (#​7853)

Kotlin

  • Switch Kotlin proto DSLs to be implemented with inline value classes
  • Fixing inlining and deprecation for repeated string fields (#​9120)

Python

  • Proto2 DecodeError now includes message name in error message
  • Make MessageToDict convert map keys to strings (#​8122)
  • Add python-requires in setup.py (#​8989)
  • Add python 3.10 (#​9034)

JavaScript

  • Skip exports if not available by CommonJS (#​8856)
  • JS: Comply with CSP no-unsafe-eval. (#​8864)

PHP

  • Added "object" as a reserved name for PHP (#​8962)

Ruby

  • Override Map.clone to use Map's dup method (#​7938)
  • Ruby: build extensions for arm64-darwin (#​8232)
  • Add class method Timestamp.from_time to ruby well known types (#​8562)
  • Adopt pure ruby DSL implementation for JRuby (#​9047)
  • Add size to Map class (#​8068)
  • Fix for descriptor_pb.rb: google/protobuf should be required first (#​9121)

C#

  • Correctly set ExtensionRegistry when parsing with MessageParser, but using an already existing CodedInputStream (#​7246)
  • [C#] Make FieldDescriptor propertyName public (#​7642)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team October 20, 2021 22:07
@renovate-bot renovate-bot requested a review from a team as a code owner October 20, 2021 22:07
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 20, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 20, 2021
@product-auto-label product-auto-label bot added the api: bigqueryconnection Issues related to the googleapis/java-bigqueryconnection API. label Oct 20, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 20, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 20, 2021
@Neenu1995 Neenu1995 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 21, 2021
@renovate-bot renovate-bot force-pushed the renovate/com.google.protobuf-protobuf-java-util-3.x branch from 28ce4fe to 1fd7320 Compare October 29, 2021 01:24
@renovate-bot renovate-bot changed the title deps: update dependency com.google.protobuf:protobuf-java-util to v3.19.0 deps: update dependency com.google.protobuf:protobuf-java-util to v3.19.1 Oct 29, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 29, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 29, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 29, 2021
@lesv lesv added the automerge Merge the pull request once unit tests and other checks pass. label Nov 3, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 3, 2021
@lesv lesv added the automerge Merge the pull request once unit tests and other checks pass. label Nov 3, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 4, 2021
@lesv lesv added the automerge Merge the pull request once unit tests and other checks pass. label Nov 5, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 5, 2021
@meltsufin meltsufin added the automerge Merge the pull request once unit tests and other checks pass. label Nov 10, 2021
@stephaniewang526 stephaniewang526 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 10, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit b90c49f into googleapis:main Nov 10, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 10, 2021
@renovate-bot renovate-bot deleted the renovate/com.google.protobuf-protobuf-java-util-3.x branch November 10, 2021 20:37
Neenu1995 added a commit that referenced this pull request Nov 10, 2021
stephaniewang526 pushed a commit that referenced this pull request Nov 10, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Nov 15, 2021
🤖 I have created a release \*beep\* \*boop\*
---
### [2.1.6](https://www.github.com/googleapis/java-bigqueryconnection/compare/v2.1.5...v2.1.6) (2021-11-12)


### Bug Fixes

* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/java-bigqueryconnection/issues/1266)) ([#562](https://www.github.com/googleapis/java-bigqueryconnection/issues/562)) ([5a8ce2e](https://www.github.com/googleapis/java-bigqueryconnection/commit/5a8ce2e13aad83d5eb7dba256559238d60a3d89d))


### Documentation

* **samples:** update AWS sample due to API changes ([#576](https://www.github.com/googleapis/java-bigqueryconnection/issues/576)) ([e5907fe](https://www.github.com/googleapis/java-bigqueryconnection/commit/e5907fe5b33ebabd17e3a1c6ccbd646c8ffaa217)), closes [#571](https://www.github.com/googleapis/java-bigqueryconnection/issues/571)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.0 ([#577](https://www.github.com/googleapis/java-bigqueryconnection/issues/577)) ([8337fff](https://www.github.com/googleapis/java-bigqueryconnection/commit/8337fff6f67dce7c1d43f7d77fb571e8db4da1e7))
* update dependency com.google.protobuf:protobuf-java-util to v3.19.1 ([#560](https://www.github.com/googleapis/java-bigqueryconnection/issues/560)) ([b90c49f](https://www.github.com/googleapis/java-bigqueryconnection/commit/b90c49fda9f29bd4e1c55fece6a0f5fae7c85dcf))
* update dependency com.google.protobuf:protobuf-java-util to v3.19.1 ([#574](https://www.github.com/googleapis/java-bigqueryconnection/issues/574)) ([a7f2a79](https://www.github.com/googleapis/java-bigqueryconnection/commit/a7f2a79e355ae1a176d26aa6092a3c27e142bc5f))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: bigqueryconnection Issues related to the googleapis/java-bigqueryconnection API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
6 participants