From 4448c68f0c73ef49eeeb33c62f147799bddda94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 04:56:49 +0000 Subject: [PATCH] Bump jjwt-api from 0.11.2 to 0.11.5 Bumps [jjwt-api](https://github.com/jwtk/jjwt) from 0.11.2 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.2...0.11.5) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yourteam-deploy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yourteam-deploy/build.gradle b/yourteam-deploy/build.gradle index 6777cdb..5cbfab3 100644 --- a/yourteam-deploy/build.gradle +++ b/yourteam-deploy/build.gradle @@ -12,7 +12,7 @@ dependencies { compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' compile 'org.springframework.boot:spring-boot-starter-web:2.6.2' - compile 'io.jsonwebtoken:jjwt-api:0.11.2' + compile 'io.jsonwebtoken:jjwt-api:0.11.5' compile 'io.jsonwebtoken:jjwt-impl:0.11.2' compile 'io.jsonwebtoken:jjwt-gson:0.11.2' }