profunktor / http4s-jwt-auth

:lock: Opinionated JWT authentication library for Http4s
https://http4s-jwt-auth.profunktor.dev/
121 stars 15 forks source link

Update jwt-core to 9.2.0 #378

Closed gvolpe closed 1 year ago

gvolpe commented 1 year ago

Updates com.github.jwt-scala:jwt-core from 9.1.2 to 9.2.0. GitHub Release Notes - Changelog - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.github.jwt-scala", artifactId = "jwt-core" } ] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1