From 644281c1f7dcd159dade055d4383aedb1c6c6168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:23:30 +0000 Subject: [PATCH] chore: bump io.jsonwebtoken:jjwt from 0.9.1 to 0.13.0 Bumps [io.jsonwebtoken:jjwt](https://github.com/jwtk/jjwt) from 0.9.1 to 0.13.0. - [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.9.1...0.13.0) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt dependency-version: 0.13.0 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 8836c081..5a5582e2 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ subprojects { implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8' - implementation 'io.jsonwebtoken:jjwt:0.9.1' + implementation 'io.jsonwebtoken:jjwt:0.13.0' implementation 'javax.xml.bind:jaxb-api:2.3.1' implementation 'net.coobird:thumbnailator:0.4.20'