You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/07/15 14:43:41 UTC

[tika] branch main updated: Bump aws.version from 1.12.260 to 1.12.261 (#612)

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b73baebf Bump aws.version from 1.12.260 to 1.12.261 (#612)
4b73baebf is described below

commit 4b73baebf33093f619cfd329fa0949f76c064528
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 15 10:43:35 2022 -0400

    Bump aws.version from 1.12.260 to 1.12.261 (#612)
    
    Bumps `aws.version` from 1.12.260 to 1.12.261.
    
    Updates `aws-java-sdk-transcribe` from 1.12.260 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.12.260...1.12.261)
    
    Updates `aws-java-sdk-s3` from 1.12.260 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.12.260...1.12.261)
    
    ---
    updated-dependencies:
    - dependency-name: com.amazonaws:aws-java-sdk-transcribe
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.amazonaws:aws-java-sdk-s3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Tim Allison <ta...@apache.org>
---
 tika-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 98f9cf39c..16ee1d3cb 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -287,7 +287,8 @@
     <rat.version>0.14</rat.version>
 
     <!-- dependency versions -->
-    <aws.version>1.12.260</aws.version>
+
+    <aws.version>1.12.261</aws.version>
     <google.cloud.version>2.10.0</google.cloud.version>
     <asm.version>9.3</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>