Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump protobuf-java-util from 3.19.3 to 3.20.0 in /plugins/repository-gcs #2834

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2022

Bumps protobuf-java-util from 3.19.3 to 3.20.0.

Release notes

Sourced from protobuf-java-util's releases.

Protocol Buffers v3.20.0

2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

C++

  • Add option to use external GTest in CMake (#8736)
  • cmake: Set correct sonames for libprotobuf-lite.so and libprotoc.so (#8635) (#9529)

Java

  • Revert "Standardize on Array copyOf" (#9400)
  • Resolve more java field accessor name conflicts (#8198)

Python

  • Pin multibuild scripts to get manylinux1 wheels back (#9216)
  • Dropped support for Python < 3.7 (#9480)

PHP

  • fix: [PHP] add missing reserved classnames (#9458)

Ruby

  • Dropped Ruby 2.3 and 2.4 support for CI and releases. (#9311)
  • [Ruby] Message.decode/encode: Add max_recursion_depth option (#9218)
  • Ruby: rename max_recursion_depth to recursion_limit (#9486)
  • Fix conversion of singleton classes in Ruby (#9342)
  • Suppress warning for intentional circular require (#9556)
  • [Ruby] allow encode json options to be an object that responds to to_hash (#9513)

Other

  • [C#] Fix trim warnings (#9182)
  • Add protoc-gen-go-svc to options.md (#9280)
  • Fixes NullReferenceException when accessing FieldDescriptor.IsPacked (#9430)
  • Add ToProto() method to all C# descriptor classes (#9426)
  • Add cmake option protobuf_INSTALL to not install files (#7123)
  • [CMake] Allow custom plugin options e.g. to generate mocks (#9105)
  • Add an option to preserve proto names in JsonFormatter (#6307)
  • Add test scope to kotlin-test for protobuf-kotlin-lite (#9518)
  • Add prefix_to_proto_package_mappings_path ObjC option. (#9498)
  • [ObjC] Rename proto_package_to_prefix_mappings_path to package_to_prefix_mappings_path. (#9552)
  • cmake: Use linker version scripts (#9545)
  • Add a generation option to control use of forward declarations in headers. (#9568)
  • [C#] fix parse failure for extensions with large field numbers (#9591)

Protocol Buffers v3.20.0-rc2

Ruby

  • to_json will now use fewer decimal places to encode float/double in some cases, if the extra digits are not necessary for round-tripping

PHP

  • to_json will now use fewer decimal places to encode float/double in some cases, if the extra digits are not necessary for round-tripping

Protocol Buffers v3.20.0-rc1

Ruby

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.3...v3.20.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 11, 2022 13:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2022
Signed-off-by: dependabot[bot] <support@github.com>
@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 1221452
Log 4332

Reports 4332

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success dd4bba3
Log 4342

Reports 4342

@dblock dblock added backport 2.x Backport to 2.x branch backport 2.0 Backport to 2.0 branch labels Apr 11, 2022
@dblock dblock merged commit 7dd171d into main Apr 11, 2022
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-gcs/com.google.protobuf-protobuf-java-util-3.20.0 branch April 11, 2022 15:50
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 11, 2022
…gcs (#2834)

* Bump protobuf-java-util from 3.19.3 to 3.20.0 in /plugins/repository-gcs

Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.3...v3.20.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7dd171d)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 11, 2022
…gcs (#2834)

* Bump protobuf-java-util from 3.19.3 to 3.20.0 in /plugins/repository-gcs

Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.3...v3.20.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7dd171d)
dblock pushed a commit that referenced this pull request Apr 11, 2022
…gcs (#2834) (#2855)

* Bump protobuf-java-util from 3.19.3 to 3.20.0 in /plugins/repository-gcs

Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.3...v3.20.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7dd171d)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dblock pushed a commit that referenced this pull request Apr 11, 2022
…gcs (#2834) (#2854)

* Bump protobuf-java-util from 3.19.3 to 3.20.0 in /plugins/repository-gcs

Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.20.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.3...v3.20.0)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7dd171d)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch backport 2.0 Backport to 2.0 branch dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants