Skip to content

Commit

Permalink
Update dependency com.nimbusds:nimbus-jose-jwt to v9.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2023
1 parent abda299 commit 90b85cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ dependencies {
//implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.2'
implementation group: 'org.springframework.security', name: 'spring-security-web'
implementation group: 'org.springframework.security', name: 'spring-security-config'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.14'
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.36'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security'
implementation group: 'org.springframework.security.oauth', name: 'spring-security-oauth2', version: '2.5.2.RELEASE'
implementation group: 'org.springframework.boot', name:'spring-boot-starter-oauth2-client'
Expand Down

0 comments on commit 90b85cc

Please sign in to comment.