From 7c09bc6fa9fdffec0a58d57f25f7396645d3087f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:56:03 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt from 0.9.1 to 0.12.5 Bumps [io.jsonwebtoken:jjwt](https://github.com/jwtk/jjwt) from 0.9.1 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.9.1...0.12.5) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mock-infrastructure/build.gradle | 2 +- mock-thunderhead/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mock-infrastructure/build.gradle b/mock-infrastructure/build.gradle index f7383d2f53d..101cf67ef8b 100644 --- a/mock-infrastructure/build.gradle +++ b/mock-infrastructure/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: jacksonVersion implementation group: 'javax.annotation', name: 'javax.annotation-api', version: javaxAnnotationApiVersion implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion - implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1' + implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.5' implementation group: 'com.google.code.gson', name: 'gson', version: gsonVersion implementation group: 'io.swagger', name: 'swagger-annotations', version: '1.6.2' testImplementation group: 'org.mockito', name: 'mockito-core', version: mockitoVersion diff --git a/mock-thunderhead/build.gradle b/mock-thunderhead/build.gradle index 6c2fd8fd63d..1f9eb7b688a 100644 --- a/mock-thunderhead/build.gradle +++ b/mock-thunderhead/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation group: 'javax.annotation', name: 'javax.annotation-api', version: javaxAnnotationApiVersion implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: jacksonVersion implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: protobufVersion - implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1' + implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.12.5' testImplementation group: 'org.mockito', name: 'mockito-core', version: mockitoVersion testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion