From 3ed46ce5537e1e6cb0e99069d2c9909512888a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:02:49 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt-api from 0.11.5 to 0.12.6 Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.11.5 to 0.12.6. - [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.5...0.12.6) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9771b3b..80d2687 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.awspring.cloud:spring-cloud-starter-aws-secrets-manager-config:2.4.4' //jwt - implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5' + implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.12.6' implementation 'javax.xml.bind:jaxb-api:2.3.1' runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.5' runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.5'