Skip to content

Commit

Permalink
Merge pull request #11 from EdwinBetanc0urt/feature/update-gradle-dep…
Browse files Browse the repository at this point in the history
…endencies

feat: Update gradle dependencies.
  • Loading branch information
yamelsenih authored Dec 9, 2024
2 parents e523320 + 16f3567 commit e4128bc
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 @@ -164,10 +164,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 e4128bc

Please sign in to comment.