chore(deps): bump github.com/nats-io/jwt/v2 from 2.8.0 to 2.8.1 #3068

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/3068/head into staging
dependabot[bot] commented 2026-03-23 02:24:38 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #3062
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/3062
Original created: 2026-03-23T02:24:38Z
Original updated: 2026-03-25T00:27:41Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/jwt/v2-2.8.1
Original base: staging

Bumps github.com/nats-io/jwt/v2 from 2.8.0 to 2.8.1.

Release notes

Sourced from github.com/nats-io/jwt/v2's releases.

v2.8.1

What's Changed

New Contributors

Full Changelog: https://github.com/nats-io/jwt/compare/v2.8.0...v2.8.1

Commits
  • 1e990c9 fix: added a check for the size of JWT token (#248)
  • e6531af fix: ensure that weighted mappings don't exceed 100 (#247)
  • 4cbb6cc fix: make DecorateSeed more resilient in case of short input (#245)
  • 4ee18c8 ci: enable claude (#246)
  • 169803d bump dependencies, streamline test matrix (#244)
  • a3aa101 added a check when generating creds that the specified key is valid for the J...
  • e417312 fix: allow import of same service subject from different accounts (#243)
  • See full diff in compare view

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)
Imported from GitHub pull request. Original GitHub pull request: #3062 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/3062 Original created: 2026-03-23T02:24:38Z Original updated: 2026-03-25T00:27:41Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/jwt/v2-2.8.1 Original base: staging --- Bumps [github.com/nats-io/jwt/v2](https://github.com/nats-io/jwt) from 2.8.0 to 2.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/jwt/releases">github.com/nats-io/jwt/v2's releases</a>.</em></p> <blockquote> <h2>v2.8.1</h2> <h2>What's Changed</h2> <ul> <li>fix: allow import of same service subject from different accounts by <a href="https://github.com/choufraise"><code>@​choufraise</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/243">nats-io/jwt#243</a></li> <li>added a check when generating creds that the specified key is valid for the JWT provided. by <a href="https://github.com/aricart"><code>@​aricart</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/242">nats-io/jwt#242</a></li> <li>bump dependencies, streamline test matrix by <a href="https://github.com/aricart"><code>@​aricart</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/244">nats-io/jwt#244</a></li> <li>ci: enable claude by <a href="https://github.com/aricart"><code>@​aricart</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/246">nats-io/jwt#246</a></li> <li>fix: make DecorateSeed more resilient in case of short input by <a href="https://github.com/aricart"><code>@​aricart</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/245">nats-io/jwt#245</a></li> <li>fix: ensure that weighted mappings don't exceed 100 by <a href="https://github.com/aricart"><code>@​aricart</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/247">nats-io/jwt#247</a></li> <li>fix: added a check for the size of JWT token by <a href="https://github.com/aricart"><code>@​aricart</code></a> in <a href="https://redirect.github.com/nats-io/jwt/pull/248">nats-io/jwt#248</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/choufraise"><code>@​choufraise</code></a> made their first contribution in <a href="https://redirect.github.com/nats-io/jwt/pull/243">nats-io/jwt#243</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nats-io/jwt/compare/v2.8.0...v2.8.1">https://github.com/nats-io/jwt/compare/v2.8.0...v2.8.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/jwt/commit/1e990c9a58a81981aca6da7efdc7c5b79314fea9"><code>1e990c9</code></a> fix: added a check for the size of JWT token (<a href="https://redirect.github.com/nats-io/jwt/issues/248">#248</a>)</li> <li><a href="https://github.com/nats-io/jwt/commit/e6531afcdfe87a6d964693e59b1557bf3d32dfe4"><code>e6531af</code></a> fix: ensure that weighted mappings don't exceed 100 (<a href="https://redirect.github.com/nats-io/jwt/issues/247">#247</a>)</li> <li><a href="https://github.com/nats-io/jwt/commit/4cbb6cce481caba30d91a020bc25be99f1d8a791"><code>4cbb6cc</code></a> fix: make DecorateSeed more resilient in case of short input (<a href="https://redirect.github.com/nats-io/jwt/issues/245">#245</a>)</li> <li><a href="https://github.com/nats-io/jwt/commit/4ee18c85bc5ed09dc41fb03b045f077bc3cdce93"><code>4ee18c8</code></a> ci: enable claude (<a href="https://redirect.github.com/nats-io/jwt/issues/246">#246</a>)</li> <li><a href="https://github.com/nats-io/jwt/commit/169803d1a50f8a02e09aadf72195af3c5d716a80"><code>169803d</code></a> bump dependencies, streamline test matrix (<a href="https://redirect.github.com/nats-io/jwt/issues/244">#244</a>)</li> <li><a href="https://github.com/nats-io/jwt/commit/a3aa1012e08c00d189405a9313f75bed8ed84f8a"><code>a3aa101</code></a> added a check when generating creds that the specified key is valid for the J...</li> <li><a href="https://github.com/nats-io/jwt/commit/e4173126b32a711fcf1595d122a302ee22ff8d43"><code>e417312</code></a> fix: allow import of same service subject from different accounts (<a href="https://redirect.github.com/nats-io/jwt/issues/243">#243</a>)</li> <li>See full diff in <a href="https://github.com/nats-io/jwt/compare/v2.8.0...v2.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/jwt/v2&package-manager=go_modules&previous-version=2.8.0&new-version=2.8.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 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>
dependabot[bot] commented 2026-03-25 00:27:38 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/3062#issuecomment-4122315563
Original created: 2026-03-25T00:27:38Z

Looks like github.com/nats-io/jwt/v2 is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/3062#issuecomment-4122315563 Original created: 2026-03-25T00:27:38Z --- Looks like github.com/nats-io/jwt/v2 is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
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
carverauto/serviceradar!3068
No description provided.