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 from 3.24.3 to 3.24.4 #124

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps protobuf from 3.24.3 to 3.24.4.
Updates com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4

Commits
  • 7789b3a Updating version.json and repo version numbers to: 24.4
  • 0006601 Update upb dependency (#14277)
  • b9cf19b Automated rollback of commit 2a55706f9d36afd1742c97fd0d611ea8af0ac3f8. (#14246)
  • e4baf96 Merge pull request #14240 from vthib/backport-cython-fix
  • fe87c90 fix python code generation compatibility with Cython
  • b2b7a51 Merge pull request #14054 from mkruskal-google/iwyu-fix2
  • 955d371 Printer: Include Abseil's str_cat.h for absl::AlphaNum
  • 0d22de5 Merge pull request #14042 from mkruskal-google/iwyu-fix
  • 96c1a7d Add dependency on absl::layout, and explicitly include absl layout includes
  • d3c44a4 Merge pull request #13898 from protocolbuffers/24.x-202309071538
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java-util from 3.24.3 to 3.24.4

Updates com.google.protobuf:protobuf-javalite from 3.24.3 to 3.24.4

Updates com.google.protobuf:protobuf-kotlin from 3.24.3 to 3.24.4

Updates com.google.protobuf:protobuf-kotlin-lite from 3.24.3 to 3.24.4

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 9, 2023
@pkwarren
Copy link
Contributor

pkwarren commented Oct 9, 2023

@dependabot rebase

Bumps `protobuf` from 3.24.3 to 3.24.4.

Updates `com.google.protobuf:protobuf-java` from 3.24.3 to 3.24.4
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.3...v3.24.4)

Updates `com.google.protobuf:protobuf-java-util` from 3.24.3 to 3.24.4

Updates `com.google.protobuf:protobuf-javalite` from 3.24.3 to 3.24.4

Updates `com.google.protobuf:protobuf-kotlin` from 3.24.3 to 3.24.4

Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.24.3 to 3.24.4

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/protobuf-3.24.4 branch from f4aeb55 to 3a4de06 Compare October 9, 2023 17:44
@@ -10,7 +10,7 @@ BIN := .tmp/bin
CACHE := .tmp/cache
LICENSE_HEADER_YEAR_RANGE := 2022-2023
LICENSE_HEADER_VERSION := v1.26.1
PROTOC_VERSION ?= 24.3
PROTOC_VERSION ?= 24.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rebello95 - manually bumped this to keep it in sync w/ the Java library.

@pkwarren pkwarren merged commit b901c3a into main Oct 9, 2023
7 checks passed
@pkwarren pkwarren deleted the dependabot/gradle/protobuf-3.24.4 branch October 9, 2023 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants