diff options
author | dependabot[bot] | 2022-04-28 21:17:24 +0000 |
---|---|---|
committer | vitalyster | 2022-04-29 10:02:00 +0300 |
commit | 72a82d3115ed6f13299820b100aaec36086085a1 (patch) | |
tree | aa4c9f404d023fd579dd65e9aa865fe4344f044f | |
parent | 46687c63d5b509db72fbf8f01d0c5e38c27600a3 (diff) |
Bump jjwt-impl from 0.11.4 to 0.11.5
Bumps [jjwt-impl](https://github.com/jwtk/jjwt) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/jwtk/jjwt/releases)
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jwtk/jjwt/compare/0.11.4...0.11.5)
---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-impl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-impl</artifactId> <scope>runtime</scope> - <version>0.11.4</version> + <version>0.11.5</version> </dependency> <dependency> <groupId>org.imgscalr</groupId> |