From 2bd40768113ea4a08a9014dd618727865b954e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 04:19:02 +0000 Subject: [PATCH] Bump jjwt-api from 0.11.2 to 0.11.4 Bumps [jjwt-api](https://github.com/jwtk/jjwt) from 0.11.2 to 0.11.4. - [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.4) --- 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..5a4d374 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.4' compile 'io.jsonwebtoken:jjwt-impl:0.11.2' compile 'io.jsonwebtoken:jjwt-gson:0.11.2' }