[PR #2341] [MERGED] build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 #2401

Closed
opened 2026-03-01 21:55:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2341
Author: @dependabot[bot]
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.1


📝 Commits (1)

  • 7a65d18 build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1

📊 Changes

2 files changed (+39 additions, -65 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+38 -64)

📄 Description

Bumps github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1.

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1

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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2341 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.1` --- ### 📝 Commits (1) - [`7a65d18`](https://github.com/nektos/act/commit/7a65d18e7dc3521e833e74cbc3b1f5760695ad28) build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 ### 📊 Changes **2 files changed** (+39 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+38 -64) </details> ### 📄 Description Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.0 to 5.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v5's releases</a>.</em></p> <blockquote> <h2>v5.2.1</h2> <h2>What's Changed</h2> <ul> <li>chore: remove unnecessary conversions from tests by <a href="https://github.com/estensen"><code>@​estensen</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/370">golang-jwt/jwt#370</a></li> <li>Trivial: Typo fix for ECDSA error message by <a href="https://github.com/tjs-cinemo"><code>@​tjs-cinemo</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/373">golang-jwt/jwt#373</a></li> <li>Fix incorrect error return by <a href="https://github.com/ss49919201"><code>@​ss49919201</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/371">golang-jwt/jwt#371</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tjs-cinemo"><code>@​tjs-cinemo</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/373">golang-jwt/jwt#373</a></li> <li><a href="https://github.com/ss49919201"><code>@​ss49919201</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/371">golang-jwt/jwt#371</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1">https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/80dccb9209ebe7b503c067dc830fcbd4aa2e74eb"><code>80dccb9</code></a> Bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/379">#379</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/6bcdd9d5b6ecb03a80ac123d1a9dc363441cbffe"><code>6bcdd9d</code></a> Fix error return from HMAC signing method (<a href="https://redirect.github.com/golang-jwt/jwt/issues/371">#371</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/3c0777d0c9b7acb6c7d1ad1ae39ae39b7c370d8f"><code>3c0777d</code></a> Fixes typo in ecdsa error message (<a href="https://redirect.github.com/golang-jwt/jwt/issues/373">#373</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/4d0edcd99cd92b42b1a87ffe2063103d41ef3558"><code>4d0edcd</code></a> chore: remove unnecessary conversions from tests (<a href="https://redirect.github.com/golang-jwt/jwt/issues/370">#370</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/9980931f808907182b778346c0d66ecffe7aa0f0"><code>9980931</code></a> Bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/369">#369</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/8ab6606c2f0cf68ed0a532a150d13497daacf2cf"><code>8ab6606</code></a> Bump actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/365">#365</a>)</li> <li>See full diff in <a href="https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-jwt/jwt/v5&package-manager=go_modules&previous-version=5.2.0&new-version=5.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2401
No description provided.