ghinstallation
ghinstallation copied to clipboard
Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2
Bumps github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2.
Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
v4.4.2
What's Changed
- Added MicahParks/keyfunc to extensions by
@oxisto
in golang-jwt/jwt#194- Update link to v4 on pkg.go.dev page by
@polRk
in golang-jwt/jwt#195- add installation guidelines to the README file by
@morelmiles
in golang-jwt/jwt#204- chore: replace ioutil with io and os by
@estensen
in golang-jwt/jwt#198- CI check for Go code formatting by
@mfridman
in golang-jwt/jwt#206- Create SECURITY.md by
@mfridman
in golang-jwt/jwt#171- Update SECURITY.md by
@oxisto
in golang-jwt/jwt#207- Fixed integer overflow in NumericDate.MarshalJSON by
@qqiao
in golang-jwt/jwt#200- Claims in rsa_test.go Table Driven Test are Unused by
@gkech
in golang-jwt/jwt#212New Contributors
@polRk
made their first contribution in golang-jwt/jwt#195@morelmiles
made their first contribution in golang-jwt/jwt#204@estensen
made their first contribution in golang-jwt/jwt#198@qqiao
made their first contribution in golang-jwt/jwt#200@gkech
made their first contribution in golang-jwt/jwt#212Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.4.1...v4.4.2
Commits
9294af5
chore: remove unused claims in RSA table driven test (#212)2da0bf7
Fixed integer overflow in NumericDate.MarshalJSON (#200)8fb4269
Update SECURITY.md (#207)cf43dec
Create SECURITY.md (#171)4426925
CI check for Go code formatting (#206)f6c6299
chore: replace ioutil with io and os (#198)89a6400
add installation guidelines to the README file (#204)6e2ab42
docs: update link to pkg.go.dev page (#195)83478b3
Added MicahParks/keyfunc to extensions (#194)- See full diff in compare view
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)