chore(deps): bump the go-minor-patch group across 2 directories with 5 updates - #1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/agent/go-minor-patch-1efd913b00
branch
from
August 21, 2026 17:54
bf9e0ef to
33ffdd3
Compare
…5 updates Bumps the go-minor-patch group with 1 update in the /agent directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis). Bumps the go-minor-patch group with 3 updates in the /server directory: [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc), [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/redis/go-redis/v9` from 9.7.3 to 9.22.0 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.7.3...v9.22.0) Updates `github.com/coreos/go-oidc/v3` from 3.11.0 to 3.20.0 - [Release notes](https://github.com/coreos/go-oidc/releases) - [Commits](coreos/go-oidc@v3.11.0...v3.20.0) Updates `github.com/oschwald/geoip2-golang` from 1.11.0 to 1.13.0 - [Release notes](https://github.com/oschwald/geoip2-golang/releases) - [Changelog](https://github.com/oschwald/geoip2-golang/blob/main/CHANGELOG.md) - [Commits](oschwald/geoip2-golang@v1.11.0...v1.13.0) Updates `golang.org/x/oauth2` from 0.24.0 to 0.36.0 - [Commits](golang/oauth2@v0.24.0...v0.36.0) Updates `modernc.org/sqlite` from 1.34.5 to 1.57.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.5...v1.57.0) --- updated-dependencies: - dependency-name: github.com/coreos/go-oidc/v3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/oschwald/geoip2-golang dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: modernc.org/sqlite dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/agent/go-minor-patch-1efd913b00
branch
from
August 28, 2026 17:54
33ffdd3 to
f1fd3a5
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.
Bumps the go-minor-patch group with 1 update in the /agent directory: github.com/redis/go-redis/v9.
Bumps the go-minor-patch group with 3 updates in the /server directory: github.com/coreos/go-oidc/v3, github.com/oschwald/geoip2-golang and modernc.org/sqlite.
Updates
github.com/redis/go-redis/v9from 9.7.3 to 9.22.0Release notes
Sourced from github.com/redis/go-redis/v9's releases.
... (truncated)
Changelog
Sourced from github.com/redis/go-redis/v9's changelog.
... (truncated)
Commits
c7f59a2chore(release): prepare 9.22.0 (#3947)c994cfcfeat(autopipeline): automatic command pipelining (#3942)228b463chore(deps): bump actions/stale from 10 to 11 (#3944)a6be850feat(csc): add standalone client-side caching (#3941)82b0213chore(release): prepare 9.22.0-beta.1 (#3940)8eb9583fix(rediscmd): redact credential args in AppendCmd (#3939)90fd088chore(ci): point 8.10 testing at custom client-libs-test image (#3938)93f961afeat(timeseries): support multiple aggregators per key in TS.NRANGE (#3937)49e0041feat(himport): HIMPORT command with lazy per-connection prepare (#3919)3dd9675fix(proto): peek push notification name without demanding 36 bytes (#3936)Updates
github.com/coreos/go-oidc/v3from 3.11.0 to 3.20.0Release notes
Sourced from github.com/coreos/go-oidc/v3's releases.
... (truncated)
Commits
75dfa5coidc: add constants for "email" and "profile" scopesa89f046oidc: add API for determining when issuer URLs mismatch6a69b6dreadme: update README and docsf9049c9oidc: ignore JWKs with unknown signing algorithms rather than failing2f178e0SECURITY.md: add a security policy and point to project-level reportingb3bc7daoidc: improve documentation for APIs0db9053oidc: modernize with new Go APIs4204f0boidc: add support for validating back-channel logout tokensf77e01cfix: Key refresh should set no-cache to get most up to date keysda6b3bfbuild(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4Updates
github.com/oschwald/geoip2-golangfrom 1.11.0 to 1.13.0Release notes
Sourced from github.com/oschwald/geoip2-golang's releases.
Changelog
Sourced from github.com/oschwald/geoip2-golang's changelog.
... (truncated)
Commits
b651a19Upgrade to golangci-lint v277feac3Add support for Redacted US databasesUpdates
golang.org/x/oauth2from 0.24.0 to 0.36.0Commits
4d954e6all: upgrade go directive to at least 1.25.0 [generated]89ff2e1google: add safer credentials JSON loading options.acc3815endpoints: fix %q verb use with wrong typef28b0b5all: fix some commentsfd15e0fx/oauth2: populate RetrieveError from DeviceAuth792c877oauth2: use strings.Builder instead of bytes.Buffer014cf77all: upgrade go directive to at least 1.24.0 [generated]3c76ce5endpoints: correct Naver OAuth2 endpoint URLscf14319oauth2: fix expiration time window check32d34efinternal: include clientID in auth style cache keyUpdates
modernc.org/sqlitefrom 1.34.5 to 1.57.0Changelog
Sourced from modernc.org/sqlite's changelog.