We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ebf20 commit ce41b82Copy full SHA for ce41b82
1 file changed
build.gradle
@@ -164,7 +164,7 @@ project(':dgrv4_Gateway_serv'){
164
//implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.5.12'
165
166
// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
167
- implementation 'com.nimbusds:nimbus-jose-jwt:9.40'
+ implementation 'com.nimbusds:nimbus-jose-jwt:10.0.2'
168
169
// https://mvnrepository.com/artifact/commons-lang/commons-lang
170
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
0 commit comments