From 048937e41fd619845b16a7578db19e22fe47a3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:37:32 +0000 Subject: [PATCH 1/3] Bump io.jsonwebtoken:jjwt-api from 0.11.5 to 0.12.3 in /server Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.11.5 to 0.12.3. - [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.3) --- 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 2220210..904c120 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.3") compileOnly("org.projectlombok:lombok") runtimeOnly("io.micrometer:micrometer-registry-prometheus") runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") From 5efb5d4260b1a8745559603b598366a4f55e37c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:37:35 +0000 Subject: [PATCH 2/3] Bump io.jsonwebtoken:jjwt-impl from 0.11.5 to 0.12.3 in /server Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.11.5 to 0.12.3. - [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.3) --- 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 2220210..3fc1465 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.3") runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") runtimeOnly("org.mariadb.jdbc:mariadb-java-client") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") From 6c6cb27a2d89978928d0811fc75efd1fcb6843ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:37:37 +0000 Subject: [PATCH 3/3] Bump io.jsonwebtoken:jjwt-jackson from 0.11.5 to 0.12.3 in /server Bumps io.jsonwebtoken:jjwt-jackson from 0.11.5 to 0.12.3. --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-jackson 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 2220210..f680729 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { compileOnly("org.projectlombok:lombok") runtimeOnly("io.micrometer:micrometer-registry-prometheus") runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") - runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") + runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.3") runtimeOnly("org.mariadb.jdbc:mariadb-java-client") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") annotationProcessor("org.projectlombok:lombok")