From 2b644a972100761858b999a6609cba4dd228a909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:37:05 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt-impl from 0.11.5 to 0.12.6 Bumps [io.jsonwebtoken:jjwt-impl](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-impl 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 d9fc2ac..28bd583 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { // https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5' - runtimeOnly group: 'io.jsonwebtoken', name:'jjwt-impl', version: '0.11.5' + runtimeOnly group: 'io.jsonwebtoken', name:'jjwt-impl', version: '0.12.6' runtimeOnly group: 'io.jsonwebtoken', name:'jjwt-jackson', version: '0.11.5'