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

chore: [DevOps] bump the production-minor-patch group with 4 updates #702

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-minor-patch group with 4 updates: org.openapitools:openapi-generator, com.puppycrawl.tools:checkstyle, com.google.protobuf:protobuf-java and io.grpc:grpc-bom.

Updates org.openapitools:openapi-generator from 7.10.0 to 7.11.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.11.0 released

v7.11.0 stable release (breaking changes with fallbacks) comes with 150+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

This release comes with 3 breaking changes (with fallback).

This release comes with 1 new generator:

  • Added PostgreSQL schema generator (BETA) (New generator) #20255

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • [normalizer] Better handling of schema with just description (any type) #20461
  • Set removeEnumValuePrefix to false by default (Breaking change (with fallback)) #20452
  • On enum name sanitize, convert colon to underscore (Breaking change (with fallback)) #20391
  • Various enhancements, bug fixes to default codegen and maven plugin #20388
  • fix (DefaultGenerator): Handle "$ref" parameter reference to identify parameter ID #20240
  • Trim the input of operationId filter in OpenAPINormalizer #20189
  • Resolve inline schemas in webhooks #20165

C

  • [C][Client] Make custom CMAKE_C_FLAGS work #20432
  • C overhead fixes #20402
  • [C][Client] Remove broken intToStr() macro, update samples #20383
  • Fix a few issues with the C generator (part 8) #20378
  • Fix a few issues with the C generator (part 7) #20366
  • Fix a few issues with the C generator (part 6) #20332
  • Fix a few issues with the C generator (part 5) #20313
  • Fix a few issues with the C generator (part 4) #20289
  • Fix a few issues with the C generator (part 3) #20269
  • Fix a few issues with the C generator (part 2) #20227
  • Fix a few issues with the C generator (part 1 version 2) #14434

C#

  • [csharp] Removed .net6 and .net7 (Decommission) #20449
  • [C#] avoid duplicated header in csharp client (restsharp) #20421
  • [ASPNETCORE] Add support for central package version management #20403
  • [csharp] bump version to .net8 #20384
  • Fixes body of FormParameters in multipart/form-data requests without files sent by generated C# (RestSharp) #20351
  • [csharp] add .net9 support #20270

C++

  • [cpprestsdk] Implement Enum inside Objects #19919

Elixir

  • Improved Elixir Atom Generation #20229
  • [elixir] Update dialyzer spec #20024
  • [Elixir] Use string headers #19759

Elm

... (truncated)

Commits
  • a7240ee v7.11.0 release (#20508)
  • fa3e38a [JAVA] Address [rawtypes] and [this-escape] warnings in generated API clients...
  • 98ccf95 [ASPNETCORE] Add support for central package version management (#20401)
  • 9e66c4f Add more net9 samples (#20491)
  • ce56a83 Update openapi spec 3.1 support message (#20492)
  • 4c73faf [go-server] Add tests for primitive types in request/response (#20474)
  • dcf472a ISSUE: #17373 [BUG] [Go-server] invalid composite literal type string (#20467)
  • 5785743 Update bug_report.md with up-to-date URL for online validator (#20470)
  • 760d5e8 [normalizer] Better handling of schema with just description (any type) (#20461)
  • 4259e92 [C][Client] Make custom CMAKE_C_FLAGS work (#20432)
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.21.2

Checkstyle 10.21.2 - https://checkstyle.org/releasenotes.html#Release_10.21.2

Bug fixes:

#15939 - lineWrappingIndentation falsely detects incorrect indentation for text blocks #16101 - ignoreFieldDeclaration property should have the highest priority in MagicNumberCheck

Commits
  • 197b10f [maven-release-plugin] prepare release checkstyle-10.21.2
  • dc7c5be doc: release notes for 10.21.2
  • edc2dbe minor: update suppressioon for linkcheck to fix CI failure
  • 01ec09a Issue #16077: fixed large margins and paddings
  • 7ff1ebf Issue #13345: Enable example test for SuppressWithNearbyCommentFilter
  • 9201875 Issue #13213: remove OK comments from javadocmethod
  • 69c4c65 Issue #13345: enabling tests for RegexpCheckExampleTest
  • 05b2a32 Issue #13213: remove OK comments from javadocblocktaglocation
  • 95eeefd supplemental: test-cases for unnecessary parentheses on typecasting
  • ad7b6ba supplemental: disable locale runs until #16233
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 3.25.5 to 3.25.6

Commits
  • dd4c8a7 Updating version.json and repo version numbers to: 25.6
  • 3f1df78 Add poison pill to makeExtensionsImmutable method (#20084)
  • 156b87b Merge pull request #19952 from honglooker/25.x
  • c6fcd39 Fixed compiler warnings in the Ruby C extension.
  • 028200c Update artifact actions (#19701)
  • e2cc170 Remove CMake downgrade workaround from Windows CI tests (#19633)
  • 65196bc Backport windows fixes with INFINITY/NAN (#19390)
  • c30f726 Merge pull request #18974 from protocolbuffers/cp-25-backport-macos
  • 3f26684 Upgrade setup-ruby to get around 'Unsupported platform macos-13'
  • 5f9e57b Remove continous-only tag which didn't exist in 25.x
  • Additional commits viewable in compare view

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

Release notes

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

v1.70.0

Bug Fixes

  • Re-enable animalsniffer, fixing most violations (8ea362937). Violations would only have triggered on API level 23 and earlier, and the violations fixed here were highly unlikely to be triggered
  • api: Fix Android API level 23 and earlier compatibility for StatusRuntimeException without stacktrace (#11072) (ebe2b4867). This fixes a regression introduced in 1.64.0. The regression should have caused failures on API level 23 and earlier when a StatusRuntimeException or StatusException was created. However, for unknown reasons tests on old devices didn’t notice issues
  • 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
  • okhttp: Fix for ipv6 link local with scope (#11725) (65b32e60e)
  • 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 6c12c2bd2) 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: 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
  • 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

Improvements

  • api: Introduce custom NameResolver.Args (#11669) (0b2d44098)
  • stub: Introduce new API: BlockingStubV2 which supports Bidi streaming, Client streaming, a cleaner Server streaming and Unary RPCs (#10318) (ea8c31c30)
  • bazel: Remove workaround for DoNotCall fixed in Bazel 3.4 (805cad378)
  • binder: A standard API for pointing resolvers at a different Android User. (#11775) (1126a8e30)
  • xds: Fix XDS control plane client retry timer backoff duration when connection closes after results are received (#11766) (ef7c2d59c)
  • xds: Parsing xDS Cluster Metadata (#11741) (1edc4d84d). Not used actively, but this adds validation. The validation is unlikely to fail but may reject invalid resources.
  • xds: Use "#server" as dataplane target value for xDS enabled gRPC servers (#11715) (ebb43a69e). This only impacts the grpc.target label in grpc.xds_client.* metrics. Previously the empty string was used
  • rls: Reduce RLS debug channel logging (7f9c1f39f). This only matters when debug logging is enabled

Documentation

  • examples: Simplify graceful shutdown in Hostname example (f1109e421)
  • examples: Remove references to maven-central.storage-download.googleapis.com (c96e926e6)
  • examples: Updated the attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor (#11759) (5e8abc677)

Dependencies

  • Bazel 8 is released, so replace Bazel 6 testing with Bazel 7 (8a5f7776d)

Thanks to

Commits
  • 22a42c8 Bump version to 1.70.0
  • e015a74 Update README etc to reference 1.70.0
  • 4412054 xds: Rename grpc.xds.cluster to grpc.lb.backend_service
  • 7dada7d xds: Pass grpc.xds.cluster label to tracer
  • 1edc4d8 xds: Parsing xDS Cluster Metadata (#11741)
  • 4222f77 xds:Move creating the retry timer in handleRpcStreamClosed to as late as poss...
  • 6c12c2b xds: Remember nonces for unknown types
  • 4a0f707 xds: Avoid depending on io.grpc.xds.Internal* classes
  • 1cf1927 xds: Preserve nonce when unsubscribing type
  • 9a712c3 xds: Make XdsClient.ResourceStore package-private
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.google.protobuf:protobuf-java [>= 4.a, < 5]

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 production-minor-patch group with 4 updates: [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator), [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [io.grpc:grpc-bom](https://github.com/grpc/grpc-java).


Updates `org.openapitools:openapi-generator` from 7.10.0 to 7.11.0
- [Release notes](https://github.com/openapitools/openapi-generator/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
- [Commits](OpenAPITools/openapi-generator@v7.10.0...v7.11.0)

Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2)

Updates `com.google.protobuf:protobuf-java` from 3.25.5 to 3.25.6
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.5...v3.25.6)

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

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 27, 2025
@bot-sdk-js bot-sdk-js enabled auto-merge (squash) January 27, 2025 10:17
@bot-sdk-js bot-sdk-js merged commit b2c9355 into main Jan 27, 2025
14 checks passed
@bot-sdk-js bot-sdk-js deleted the dependabot/maven/main/production-minor-patch-91adfa770c branch January 27, 2025 10:17
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.

1 participant