From 1b98c97a6521d2610cab2a556fce973577e0fa95 Mon Sep 17 00:00:00 2001 From: Edwin Betancourt Date: Tue, 30 Jul 2024 11:28:30 -0400 Subject: [PATCH] feat: Update kafka-connector and s3-connector --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5fd9ddd14..273d4f1b7 100644 --- a/build.gradle +++ b/build.gradle @@ -145,9 +145,9 @@ dependencies { // Business Processors (To Task's and Schedulers) (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-business-processors) implementation "${baseGroupId}:adempiere-business-processors:1.1.0" // Engine as Queue (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-kafka-connector) - implementation "${baseGroupId}:adempiere-kafka-connector:1.3.0" + implementation "${baseGroupId}:adempiere-kafka-connector:1.3.5" // AWS3 Connector to use as File Storage (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-s3-connector) - implementation 'io.github.adempiere:adempiere-s3-connector:1.0.2' + 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" // https://mvnrepository.com/artifact/com.nimbusds/oauth2-oidc-sdk