You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/05/05 07:13:34 UTC

[drill] branch master updated: [MINOR UPDATE] Update AWS Java SDK to 1.12.211

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

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new f5408141f5 [MINOR UPDATE] Update AWS Java SDK to 1.12.211
f5408141f5 is described below

commit f5408141f583bc45ddd74280f71c4277c3d2caa9
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Thu May 5 03:13:28 2022 -0400

    [MINOR UPDATE] Update AWS Java SDK to 1.12.211
---
 distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8f83430e05..97613ce9f2 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Packaging and Distribution Assembly</name>
 
   <properties>
-    <aws.java.sdk.version>1.12.186</aws.java.sdk.version>
+    <aws.java.sdk.version>1.12.211</aws.java.sdk.version>
     <oci.hdfs.version>3.3.0.7.0.1</oci.hdfs.version>
   </properties>