Skip to content

Commit

Permalink
feat: Update adempiere-jwt-token to 1.0.3 version (#27)
Browse files Browse the repository at this point in the history
- Add support with `io.jsonwebtoken:jjwt` libs on `0.12.6` version.
  • Loading branch information
EdwinBetanc0urt authored Aug 12, 2024
1 parent 97e4292 commit 085d456
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 @@ -149,7 +149,7 @@ dependencies {
// AWS3 Connector to use as File Storage (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-s3-connector)
implementation "${baseGroupId}:adempiere-s3-connector:1.0.4"
// Third part access using JWT (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-jwt-token)
implementation "${baseGroupId}:adempiere-jwt-token:1.0.2"
implementation "${baseGroupId}:adempiere-jwt-token:1.0.3"
// https://mvnrepository.com/artifact/com.nimbusds/oauth2-oidc-sdk
implementation 'com.nimbusds:oauth2-oidc-sdk:9.35'
// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
Expand Down

0 comments on commit 085d456

Please sign in to comment.