Skip to content

chore(deps): Bump github.com/lestrrat-go/jwx from 1.2.11 to 1.2.13#477

Merged
charithe merged 3 commits intomainfrom
dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.13
Dec 8, 2021
Merged

chore(deps): Bump github.com/lestrrat-go/jwx from 1.2.11 to 1.2.13#477
charithe merged 3 commits intomainfrom
dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2021

Bumps github.com/lestrrat-go/jwx from 1.2.11 to 1.2.13.

Release notes

Sourced from github.com/lestrrat-go/jwx's releases.

v1.2.13

v1.2.13 07 Dec 2021
[New Features]
  * `jwt` package now has a `Builder` that may make it easier to programmatically
    create a JWT for some users.
  * `jwt` errors now can be distinguished between validation errors and others.
    Use `jwt.IsValidationError()` to check if it's a validation error, and then
    use `errors.Is()` to check if it's one of the known (oft-used) errors

v1.2.12

v1.2.12 01 Dec 2021
[New Features]
  * `jwk.Set` can now parse private parameters. For example, after parsing
    a JWKS serialized as `{"foo": "bar", "keys": [...]}`, users can get to
    the value of `"foo"` by calling `set.Field("foo")`
  * `jwk.Set` now has `Set()` method to set field values.
Changelog

Sourced from github.com/lestrrat-go/jwx's changelog.

v1.2.13 07 Dec 2021 [New Features]

  • jwt package now has a Builder that may make it easier to programmatically create a JWT for some users.
  • jwt errors now can be distinguished between validation errors and others. Use jwt.IsValidationError() to check if it's a validation error, and then use errors.Is() to check if it's one of the known (oft-used) errors

v1.2.12 01 Dec 2021 [New Features]

  • jwk.Set can now parse private parameters. For example, after parsing a JWKS serialized as {"foo": "bar", "keys": [...]}, users can get to the value of "foo" by calling set.Field("foo")
  • jwk.Set now has Set() method to set field values.
Commits
  • 59f4c03 Update Changes
  • f52ef94 [jwt] Introduce Builder pattern for JWT package (#501)
  • 248594e Bump github.com/goccy/go-json from 0.8.0 to 0.8.1 (#506)
  • 312760b Differentiate between validation errors and others (#505)
  • fc6f2f3 Bump github.com/goccy/go-json from 0.7.10 to 0.8.0 (#504)
  • 45e532b Update Changes
  • 9c4e9bc [jwk] Add a Set() method to jwk.Set (#503)
  • 1a1ea73 [jwk] Add the ability to work with private fields in jwk.Set (#502)
  • 74b6426 typoes in bug_report.md
  • 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 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 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)

@charithe
Copy link
Copy Markdown
Contributor

charithe commented Dec 7, 2021

@dependabot recreate

Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.11 to 1.2.13.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/main/Changes)
- [Commits](lestrrat-go/jwx@v1.2.11...v1.2.13)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.13 branch from 42b19ef to 74b16f9 Compare December 7, 2021 23:37
dependabot bot and others added 2 commits December 7, 2021 23:38
Signed-off-by: Cerbos Actions <info@cerbos.dev>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe merged commit ca31801 into main Dec 8, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.13 branch December 8, 2021 10:21
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.

1 participant