From ac9283cbfae58ea21d73c7677a46eb861e75590f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 07:58:34 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt-api from 0.11.5 to 0.12.1 in /server Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.11.5 to 0.12.1. - [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.1) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle.kts b/server/build.gradle.kts index b3652e7..c9bed8f 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.jetbrains:annotations:24.0.1") implementation("jakarta.validation:jakarta.validation-api:3.0.2") - implementation("io.jsonwebtoken:jjwt-api:0.11.5") + implementation("io.jsonwebtoken:jjwt-api:0.12.1") compileOnly("org.projectlombok:lombok") runtimeOnly("io.micrometer:micrometer-registry-prometheus") runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")