Skip to content

fix(deps): bump the gomod-group group with 4 updates#272

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/gomod-group-afa7359478
Open

fix(deps): bump the gomod-group group with 4 updates#272
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/gomod-group-afa7359478

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the gomod-group group with 4 updates: github.com/go-jose/go-jose/v4, github.com/openkcm/api-sdk, github.com/openkcm/common-sdk and google.golang.org/grpc.

Updates github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4

Release notes

Sourced from github.com/go-jose/go-jose/v4's releases.

v4.1.4

What's Changed

Fixes Panic in JWE decryption. See GHSA-78h2-9frx-2jm8

Full Changelog: go-jose/go-jose@v4.1.3...v4.1.4

Commits

Updates github.com/openkcm/api-sdk from 0.16.0 to 0.17.0

Release notes

Sourced from github.com/openkcm/api-sdk's releases.

v0.17.0

0.17.0 (2026-03-31)

Features

  • Add Code of Conduct link and EU funding logo to README (1815ca8)
  • remove tenant id filter from ListTenantsRequest (#90) (5ace377)

Bug Fixes

  • deps: bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#88) (edde2e4)
  • Update dependabot config (#86) (f86303e)
Changelog

Sourced from github.com/openkcm/api-sdk's changelog.

0.17.0 (2026-03-31)

Features

  • Add Code of Conduct link and EU funding logo to README (1815ca8)
  • remove tenant id filter from ListTenantsRequest (#90) (5ace377)

Bug Fixes

  • deps: bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#88) (edde2e4)
  • Update dependabot config (#86) (f86303e)
Commits
  • 366a185 chore(main): release 0.17.0 (#91)
  • 5ace377 feat: remove tenant id filter from ListTenantsRequest (#90)
  • 1815ca8 feat: Add Code of Conduct link and EU funding logo to README
  • edde2e4 fix(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#88)
  • f86303e fix: Update dependabot config (#86)
  • 73c389a build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.2 (#81)
  • See full diff in compare view

Updates github.com/openkcm/common-sdk from 1.14.1 to 1.14.2

Release notes

Sourced from github.com/openkcm/common-sdk's releases.

v1.14.2

1.14.2 (2026-03-30)

Bug Fixes

  • deps: bump the gomod-group group across 1 directory with 4 updates (#269) (4ee075f)
  • switch jsonpath modules (#264) (6128f9f)
  • use the public http client to fetch public keys (#271) (a2b201c)
Changelog

Sourced from github.com/openkcm/common-sdk's changelog.

1.14.2 (2026-03-30)

Bug Fixes

  • deps: bump the gomod-group group across 1 directory with 4 updates (#269) (4ee075f)
  • switch jsonpath modules (#264) (6128f9f)
  • use the public http client to fetch public keys (#271) (a2b201c)
Commits

Updates google.golang.org/grpc from 1.79.3 to 1.80.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.80.0

Behavior Changes

  • balancer: log a warning if a balancer is registered with uppercase letters, as balancer names should be lowercase. In a future release, balancer names will be treated as case-insensitive; see #5288 for details. (#8837)
  • xds: update resource error handling and re-resolution logic (#8907)
    • Re-resolve all LOGICAL_DNS clusters simultaneously when re-resolution is requested.
    • Fail all in-flight RPCs immediately upon receipt of listener or route resource errors, instead of allowing them to complete.

Bug Fixes

  • xds: support the LB policy configured in LOGICAL_DNS cluster resources instead of defaulting to pick_first. (#8733)
  • credentials/tls: perform per-RPC authority validation against the leaf certificate instead of the entire peer certificate chain. (#8831)
  • xds: enabling A76 ring hash endpoint keys no longer causes EDS resources with invalid proxy metadata to be NACKed when HTTP CONNECT (gRFC A86) is disabled. (#8875)
  • xds: validate that the sum of endpoint weights in a locality does not exceed the maximum uint32 value. (#8899)
  • xds: fix incorrect proto field access in the weighted round robin (WRR) configuration where blackout_period was used instead of weight_expiration_period. (#8915)
  • xds/rbac: handle addresses with ports in IP matchers. (#8990)

New Features

  • ringhash: enable gRFC A76 (endpoint hash keys and request hash headers) by default. (#8922)

Performance Improvements

  • credentials/alts: pool write buffers to reduce memory allocations and usage. (#8919)
  • grpc: enable the use of pooled write buffers for buffering HTTP/2 frame writes by default. This reduces memory usage when connections are idle. Use the WithSharedWriteBuffer dial option or the SharedWriteBuffer server option to disable this feature. (#8957)
  • xds/priority: stop caching child LB policies removed from the configuration. This will help reduce memory and cpu usage when localities are constantly switching between priorities. (#8997)
  • mem: add a faster tiered buffer pool; use the experimental mem.NewBinaryTieredBufferPool function to create such pools. (#8775)
Commits

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 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 gomod-group group with 4 updates: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose), [github.com/openkcm/api-sdk](https://github.com/openkcm/api-sdk), [github.com/openkcm/common-sdk](https://github.com/openkcm/common-sdk) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v4.1.3...v4.1.4)

Updates `github.com/openkcm/api-sdk` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/openkcm/api-sdk/releases)
- [Changelog](https://github.com/openkcm/api-sdk/blob/main/CHANGELOG.md)
- [Commits](openkcm/api-sdk@v0.16.0...v0.17.0)

Updates `github.com/openkcm/common-sdk` from 1.14.1 to 1.14.2
- [Release notes](https://github.com/openkcm/common-sdk/releases)
- [Changelog](https://github.com/openkcm/common-sdk/blob/main/CHANGELOG.md)
- [Commits](openkcm/common-sdk@v1.14.1...v1.14.2)

Updates `google.golang.org/grpc` from 1.79.3 to 1.80.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.3...v1.80.0)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-group
- dependency-name: github.com/openkcm/api-sdk
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-group
- dependency-name: github.com/openkcm/common-sdk
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-group
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code minor labels Apr 6, 2026
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 go Pull requests that update go code minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants