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 the java group across 1 directory with 5 updates #1228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the java group with 5 updates in the /java directory:

Package From To
com.google.protobuf:protobuf-bom 4.29.2 4.29.3
io.grpc:grpc-bom 1.69.0 1.69.1
com.google.api.grpc:proto-google-common-protos 2.50.0 2.50.1
com.google.re2j:re2j 1.7 1.8
org.assertj:assertj-core 3.27.2 3.27.3

Updates com.google.protobuf:protobuf-bom from 4.29.2 to 4.29.3

Commits

Updates io.grpc:grpc-bom from 1.69.0 to 1.69.1

Release notes

Sourced from io.grpc:grpc-bom's releases.

v1.69.1

Bug Fixes

  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#11749) (a0982ca0a). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927d1). This (along with 1cf1927d1) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2bd2)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da2c). They were previously required to be strings
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#11735) (f8f613984). This fixes clients treating large max_requests as “no requests” and failing all requests
  • xds: Remove xds authority label from metric registration (#11760) (6516c7387). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
Commits
  • 5e14f99 Bump version to 1.69.1
  • d13bc25 Update README etc to reference 1.69.1
  • 05d9628 fix security issue with okhttp (#11749)
  • 112dccb xds: fixed unsupported unsigned 32 bits issue for circuit breaker (#11735)
  • 0de7bfe xds: Remove xds authority label from metric registration
  • e3e343d xds: Remember nonces for unknown types
  • aba8a0c xds: Preserve nonce when unsubscribing type
  • ded82e2 xds: Unexpected types in server_features should be ignored
  • eccb137 Bump version to 1.69.1-SNAPSHOT
  • See full diff in compare view

Updates com.google.api.grpc:proto-google-common-protos from 2.50.0 to 2.50.1

Changelog

Sourced from com.google.api.grpc:proto-google-common-protos's changelog.

Changelog

2.51.1 (2025-01-08)

Dependencies

  • update dependency com.google.guava:guava to v33.4.0-jre (#3473) (453b897)
  • update dependency com.google.guava:guava-bom to v33.4.0-jre (#3545) (07eb10e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.37.0 (#3471) (1f1c369)
  • update dependency net.bytebuddy:byte-buddy to v1.15.11 (#3468) (fde27db)
  • update google api dependencies (#3461) (12d9ff2)
  • update googleapis/java-cloud-bom digest to 03f6dcd (#3465) (67f5ea2)
  • update junit5 monorepo to v5.11.4 (#3470) (164ebac)
  • update netty dependencies to v4.1.116.final (#3543) (d4fa54d)
  • update repo-automation-bots digest to 8b7d94b (#3458) (59f9e0a)

Documentation

2.51.0 (2024-12-12)

Features

  • [iam] add ResourcePolicyMember to google/iam/v1 (b8e2859)

Bug Fixes

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.18.2 (#3422) (fdc3a54)
  • update dependency com.google.api-client:google-api-client-bom to v2.7.1 (#3450) (35f1310)
  • update dependency com.google.auth:google-auth-library-oauth2-http to v1.30.0 (#3428) (78cbff1)
  • update dependency com.google.errorprone:error_prone_annotations to v2.36.0 (#3425) (52dcc0d)
  • update dependency com.google.errorprone:error_prone_annotations to v2.36.0 (#3426) (77dd85d)
  • update dependency dev.cel:cel to v0.8.0 (#3429) (79cde20)
  • update dependency io.github.java-diff-utils:java-diff-utils to v4.15 (#3430) (91fd5cb)
  • update dependency net.bytebuddy:byte-buddy to v1.15.10 (#3298) (7b503de)
  • update dependency org.checkerframework:checker-qual to v3.48.3 (#3278) (c5fd1b4)
  • update dependency org.easymock:easymock to v5.5.0 (#3431) (3c22f5e)
  • update dependency packaging to v24.2 (#3432) (c1e7c81)

... (truncated)

Commits

Updates com.google.re2j:re2j from 1.7 to 1.8

Commits
  • 5727892 move publishing away from bintray (gone) and directly to sonatype
  • 2757238 Add Pattern.programSize() and Matcher.programSize() (#180)
  • 97df44e Use an explicit "UTF-8" character set argument when creating Strings from byt...
  • 7339d54 Minor test fixes to enable running internally with Blaze.
  • 10ba78d Reduce the incidence of infinite loops while case folding
  • 9b3f052 Add support for (?\<name>expr).
  • e3c736d ISSUE-124: removed unused error message variable
  • dc7d6e5 Add fast path for ASCII case folding
  • 3e685d9 Fix NullPointerException in Pattern#namedGroups
  • See full diff in compare view

Updates org.assertj:assertj-core from 3.27.2 to 3.27.3

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.3

💥 Breaking Changes

Core

  • Revert "Propagate common basetype for the extracting method" #3737

    The enhancement introduced with #3673 breaks existing code on Kotlin 1.9; therefore, it has been reverted.

    As Spring Boot 3.4 currently supports Kotlin 1.9, we want to keep the same compatibility on AssertJ 3.x, while AssertJ 4.x will require Kotlin 2.x.

    Existing code relying on the changes introduced with #3673 will no longer compile and should be refactored.

🐛 Bug Fixes

Core

  • Fix StandardRepresentation regression for unquoted strings #3735

⚡ Improvements

Core

  • Add Class info to class loading strategy failures #3746

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​ccrvincent

Commits
  • c928dd3 [maven-release-plugin] prepare release assertj-build-3.27.3
  • f308d95 Fix StandardRepresentation regression for unquoted strings (#3735)
  • e5959f4 Add Java and Kotlin release references
  • 3eb809d Add Kotlin EAP reference
  • b39a8cf Add Kotlin 2.1.10-RC
  • e20e40d Add Class info to failure exception (#3746)
  • 79b87f0 Revert "Propagate common basetype for the extracting method (#3673)" (#3737)
  • bf439b3 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...
  • 30936ca Restructure Kotlin tests, add DisplayNameGenerator
  • b5b86cc Add Kotlin cross-version job (#3732)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java group with 5 updates in the /java directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf) | `4.29.2` | `4.29.3` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.69.0` | `1.69.1` |
| [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.50.0` | `2.50.1` |
| [com.google.re2j:re2j](https://github.com/google/re2j) | `1.7` | `1.8` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.2` | `3.27.3` |



Updates `com.google.protobuf:protobuf-bom` from 4.29.2 to 4.29.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `io.grpc:grpc-bom` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.0...v1.69.1)

Updates `com.google.api.grpc:proto-google-common-protos` from 2.50.0 to 2.50.1
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/sdk-platform-java/commits)

Updates `com.google.re2j:re2j` from 1.7 to 1.8
- [Release notes](https://github.com/google/re2j/releases)
- [Commits](google/re2j@re2j-1.7...re2j-1.8)

Updates `org.assertj:assertj-core` from 3.27.2 to 3.27.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: com.google.api.grpc:proto-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
- dependency-name: com.google.re2j:re2j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Updates a dependency Java Java/JVM language support labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Updates a dependency Java Java/JVM language support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants