chore: update dependencies - #652
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
November 9, 2025 07:58
02df47f to
13c03d4
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
November 19, 2025 19:08
49e0312 to
2202d47
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
November 20, 2025 02:36
2202d47 to
c2b98fd
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
December 8, 2025 19:51
9f0fe66 to
bf1bc06
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
December 13, 2025 11:25
bf1bc06 to
da3b205
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
December 27, 2025 08:04
b3182e7 to
63f748f
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
January 22, 2026 08:15
04cb542 to
0e0ebdf
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
January 30, 2026 03:35
5ef4eb9 to
25d7262
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
February 12, 2026 10:28
d178bac to
7406bc1
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
February 18, 2026 23:43
cc24e46 to
dedbb76
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
March 14, 2026 16:11
ebcf872 to
ddf38fa
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
March 24, 2026 12:11
ddf38fa to
a7a18e3
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
April 19, 2026 06:08
bc18dad to
295cc4a
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
May 6, 2026 15:21
6654f62 to
bce0dff
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
May 12, 2026 20:22
7987f59 to
c0a6ccc
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
May 21, 2026 09:28
267e187 to
f8af6fc
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
June 12, 2026 23:53
f8af6fc to
2acd842
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
June 21, 2026 19:59
22bb55a to
2eb53ba
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 3, 2026 21:05
3a7e1e7 to
617cb44
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 15, 2026 10:07
b00df93 to
afd3e3c
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
July 25, 2026 07:46
c758b47 to
d54dba8
Compare
renovate
Bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
August 13, 2026 12:59
0b66618 to
3b29880
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/dependencies
branch
from
August 21, 2026 23:39
3b29880 to
ab5d1c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
v4.3.0→v7.0.00393e58→8ae5a48v1.11.1→v1.12.1v1.83.0→v1.83.1Release Notes
cenkalti/backoff (github.com/cenkalti/backoff/v4)
v7.0.0Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.12.1Compare Source
This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
What's Changed
go.yaml.in/yaml/v3by @harryzcy in #1935New Contributors
Full Changelog: stretchr/testify@v1.12.0...v1.12.1
v1.12.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.11.0...v1.12.0
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.11.0...v1.12.0
grpc/grpc-go (google.golang.org/grpc)
v1.83.1: Release 1.83.1Compare Source
Security
PrincipalorPermissionrules with:schemeorgrpc-prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)hostheader matcher was not being replaced with:authorityin nestedPrincipalorPermissionrules. (#9258)X-Role, matched no header, which could cause DENY rules to fail open. (#9332):schemeorgrpc-prefixed header matcher was accepted when its name was not lowercase. (#9332)Hostheader matcher was not replaced with:authority. (#9332)Performance
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.