You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/07/22 04:08:53 UTC

[zeppelin] branch master updated: Bump aws-java-sdk-s3 in /zeppelin-plugins/notebookrepo/s3 (#4413)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25c9a36b16 Bump aws-java-sdk-s3 in /zeppelin-plugins/notebookrepo/s3 (#4413)
25c9a36b16 is described below

commit 25c9a36b16cfda43ae8e1f9f9b9231c945501cf0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 22 13:08:47 2022 +0900

    Bump aws-java-sdk-s3 in /zeppelin-plugins/notebookrepo/s3 (#4413)
    
    Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.736 to 1.12.261.
    - [Release notes](https://github.com/aws/aws-sdk-java/releases)
    - [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-java/compare/1.11.736...1.12.261)
    
    ---
    updated-dependencies:
    - dependency-name: com.amazonaws:aws-java-sdk-s3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 zeppelin-plugins/notebookrepo/s3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-plugins/notebookrepo/s3/pom.xml b/zeppelin-plugins/notebookrepo/s3/pom.xml
index 4f064793e2..c6cd61a634 100644
--- a/zeppelin-plugins/notebookrepo/s3/pom.xml
+++ b/zeppelin-plugins/notebookrepo/s3/pom.xml
@@ -34,7 +34,7 @@
     <description>NotebookRepo implementation based on S3</description>
 
     <properties>
-        <aws.sdk.version>1.11.736</aws.sdk.version>
+        <aws.sdk.version>1.12.261</aws.sdk.version>
         <plugin.name>NotebookRepo/S3NotebookRepo</plugin.name>
     </properties>