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/04/18 13:57:56 UTC

[tika] branch main updated: Bump aws.version from 1.12.197 to 1.12.200 (#547)

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 fb56aab33 Bump aws.version from 1.12.197 to 1.12.200 (#547)
fb56aab33 is described below

commit fb56aab33920916c3752840a8948f994777ea722
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 18 09:57:51 2022 -0400

    Bump aws.version from 1.12.197 to 1.12.200 (#547)
    
    Bumps `aws.version` from 1.12.197 to 1.12.200.
    
    Updates `aws-java-sdk-transcribe` from 1.12.197 to 1.12.200
    - [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.197...1.12.200)
    
    Updates `aws-java-sdk-s3` from 1.12.197 to 1.12.200
    - [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.197...1.12.200)
    
    ---
    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>
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 31728de45..18cfb5ffd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -288,7 +288,7 @@
     <rat.version>0.13</rat.version>
 
     <!-- dependency versions -->
-    <aws.version>1.12.197</aws.version>
+    <aws.version>1.12.200</aws.version>
     <asm.version>9.3</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->