This is an automated email from the ASF dual-hosted git repository.

kamir pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit e6f2710dbf166a33907a643ec40c38832e18d38d
Merge: 9d5375e0 8876d87e
Author: Mirko Kämpf <[email protected]>
AuthorDate: Thu Apr 10 14:27:23 2025 +0200

    Merge pull request #489 from 
apache/dependabot/maven/wayang-commons/wayang-basic/org.apache.kafka-kafka-clients-3.7.1
    
    Bump org.apache.kafka:kafka-clients from 3.5.1 to 3.7.1 in 
/wayang-commons/wayang-basic

 wayang-commons/wayang-basic/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc wayang-commons/wayang-basic/pom.xml
index 97b7fc9e,f2ed1659..22bd7505
--- a/wayang-commons/wayang-basic/pom.xml
+++ b/wayang-commons/wayang-basic/pom.xml
@@@ -92,48 -64,8 +92,48 @@@
          <dependency>
              <groupId>org.apache.kafka</groupId>
              <artifactId>kafka-clients</artifactId>
-             <version>3.5.1</version> <!-- Use the latest version available -->
+             <version>3.7.1</version> <!-- Use the latest version available -->
          </dependency>
 +
 +        <!-- Google Dependencies -->
 +        <dependency>
 +            <groupId>com.google.cloud</groupId>
 +            <artifactId>google-cloud-storage</artifactId>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>com.google.cloud</groupId>
 +            <artifactId>google-cloud-storage-control</artifactId>
 +        </dependency>
 +
 +        <!-- AWS S3 Dependencies -->
 +        <dependency>
 +            <groupId>software.amazon.awssdk</groupId>
 +            <artifactId>s3</artifactId>
 +            <version>2.20.28</version>
 +        </dependency>
 +        
 +        <!-- org.json Dependencies-->
 +        <dependency>
 +            <groupId>org.json</groupId>
 +            <artifactId>json</artifactId>
 +            <version>20230227</version>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>com.azure</groupId>
 +            <artifactId>azure-storage-blob</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.azure</groupId>
 +            <artifactId>azure-security-keyvault-secrets</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.azure</groupId>
 +            <artifactId>azure-identity</artifactId>
 +        </dependency>
 +        
 +
      </dependencies>
  
  </project>

Reply via email to