Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent e55a40e commit ea17c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.5'
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'io.jsonwebtoken:jjwt:0.9.0'
implementation 'io.jsonwebtoken:jjwt:0.12.2'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
//数据库
implementation 'com.github.xuexiangjys.XOrmlite:xormlite-runtime:1.0.2'
Expand Down

0 comments on commit ea17c9d

Please sign in to comment.