From 96356785a23095776e25438cd100f7eaede8e930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:16:53 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt-impl from 0.12.4 to 0.12.5 Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.12.4 to 0.12.5. - [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.12.4...0.12.5) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2b16faa3..ce24cdf1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.springframework.data:spring-data-jpa") - implementation("io.jsonwebtoken:jjwt-impl:0.12.4") + implementation("io.jsonwebtoken:jjwt-impl:0.12.5") implementation("io.jsonwebtoken:jjwt-jackson:0.12.4") implementation("org.opensearch.client:spring-data-opensearch-starter:1.3.0")