Skip to content

Commit

Permalink
fix: Login with updated io.jsonwebtoken:jjwt lib to 0.12.6. (#836)
Browse files Browse the repository at this point in the history
* fix: Login with updated `io.jsonwebtoken:jjwt` lib to `0.12.6`.

* update `adempiere-jwt-token`.
  • Loading branch information
EdwinBetanc0urt authored Aug 9, 2024
1 parent 2ff63a1 commit f8573fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ dependencies {
implementation 'javax.activation:activation:1.1.1'
// Others
compileOnly 'org.apache.tomcat:annotations-api:6.0.53'
// ADempiere Core + Patches + Features
implementation 'com.solop:adempiere.solop_libs:3.9.4.001-1.0.5'


// ADempiere Core + Patches + Features
implementation "com.solop:adempiere.solop_libs:3.9.4.001-1.0.5"
}

configurations.all {
Expand Down

0 comments on commit f8573fb

Please sign in to comment.