From 5575431e81fce3e7579091082fdb406768822d7f Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:38:26 +0000 Subject: [PATCH] Update dependency com.nimbusds:nimbus-jose-jwt to v9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a93c844..210276f6 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20190722' //https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt - implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '8.3' + implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.37.2' // https://mvnrepository.com/artifact/commons-io/commons-io implementation group: 'commons-io', name: 'commons-io', version: '2.7'