Skip to content

chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4#9665

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/go-jose/go-jose/v4-4.1.4
Open

chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4#9665
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/go-jose/go-jose/v4-4.1.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4.

Release notes

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

v4.1.3

This release drops Go 1.23 support as that Go release is no longer supported. With that, we can drop x/crypto and no longer have any external dependencies in go-jose outside of the standard library!

This release fixes a bug where a critical b64 header was ignored if in an unprotected header. It is now rejected instead of ignored.

What's Changed

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

v4.1.2

What's Changed

go-jose v4.1.2 improves some documentation, errors, and removes the only 3rd-party dependency.

New Contributors

Full Changelog: go-jose/go-jose@v4.1.1...v4.1.2

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Medium Risk
Updates the module’s Go version to 1.24.0, which can affect build/CI environments and dependency compatibility. Also upgrades github.com/go-jose/go-jose/v4, which could subtly change JWT/JWS parsing/validation behavior.

Overview
Updates build tooling and dependency versions by bumping the module go version from 1.23.4 to 1.24.0.

Upgrades the indirect dependency github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4 (with corresponding go.sum hash updates).

Written by Cursor Bugbot for commit bb322e7. This will update automatically on new commits. Configure here.

Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v4.1.1...v4.1.4)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
  dependency-version: 4.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

module github.com/osmosis-labs/osmosis/v31

go 1.23.4
go 1.24.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go version bump breaks workspace and Docker builds

High Severity

The go directive was bumped from 1.23.4 to 1.24.0 (because go-jose/v4 v4.1.3+ dropped Go 1.23 support), but go.work still specifies go 1.23.4, and both Dockerfile and Dockerfile.cosmovisor use GO_VERSION="1.23". This version mismatch will cause build failures in workspace mode (Go rejects a workspace member requiring a higher Go version than go.work) and in Docker builds (Go 1.23 cannot build a module requiring Go 1.24). Other workspace modules (osmomath, osmoutils, etc.) also remain at go 1.23.0.

Additional Locations (1)
Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants