From ae09d1c9e31c8ea5b1e03c529341767409da55bd Mon Sep 17 00:00:00 2001 From: Jack Maloney Date: Mon, 17 Jun 2024 21:24:25 +0100 Subject: [PATCH] Renovate/com.nimbusds nimbus jose jwt 9.x (#440) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- README.md | 1 - build.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 47a2ed89f..350f8ac3f 100644 --- a/README.md +++ b/README.md @@ -293,4 +293,3 @@ If we encounter a SOAP general error response (as shown below) please check that ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details - diff --git a/build.gradle b/build.gradle index f82d71155..09d6a2541 100644 --- a/build.gradle +++ b/build.gradle @@ -318,7 +318,7 @@ dependencies { implementation group: 'org.springframework.session', name: 'spring-session-data-redis' implementation group: 'org.springframework', name: 'spring-context' implementation 'org.springframework.integration:spring-integration-redis:6.3.0' - implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.39' + implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.40' implementation group: 'org.openapitools', name: 'jackson-databind-nullable', version: '0.2.6' implementation group: 'org.springframework.ws', name: 'spring-ws-security', {