Skip to content

Commit

Permalink
feat: Update gradel dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Dec 9, 2024
1 parent 093207b commit e7cfc7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ dependencies {

// ADempiere Projects with additional features
// ADempiere gRPC Utils Base (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-grpc-utils)
implementation "${baseGroupId}:adempiere-grpc-utils:1.5.4"
implementation "${baseGroupId}:adempiere-grpc-utils:1.5.6"
// AWS3 Connector to use as File Storagee (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-s3-connector)
implementation "${baseGroupId}:adempiere-s3-connector:1.0.4"
implementation "${baseGroupId}:adempiere-jwt-token:1.0.3"
implementation "${baseGroupId}:adempiere-s3-connector:1.0.7"
implementation "${baseGroupId}:adempiere-jwt-token:1.0.4"
implementation "io.jsonwebtoken:jjwt-api:0.12.6"
implementation "io.jsonwebtoken:jjwt-impl:0.12.6"
implementation "io.jsonwebtoken:jjwt-jackson:0.12.6"
Expand Down

0 comments on commit e7cfc7e

Please sign in to comment.