From 7468848beb6badd84517527f7aa097d524180f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:32:31 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt-impl from 0.11.5 to 0.12.4 in /server Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.11.5 to 0.12.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.5...0.12.4) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-impl 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 2a54349..0dac6f3 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation("io.jsonwebtoken:jjwt-api:0.11.5") compileOnly("org.projectlombok:lombok") runtimeOnly("io.micrometer:micrometer-registry-prometheus") - runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") + runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.4") runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") runtimeOnly("org.mariadb.jdbc:mariadb-java-client") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")