You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2022/03/25 06:16:22 UTC

[fineract] branch develop updated: chore(deps): bump aws-java-sdk-s3 from 1.12.182 to 1.12.185

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

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2ebde6d  chore(deps): bump aws-java-sdk-s3 from 1.12.182 to 1.12.185
2ebde6d is described below

commit 2ebde6d080cdcf2624f611a93f942b8ff262cc0d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 25 04:40:23 2022 +0000

    chore(deps): bump aws-java-sdk-s3 from 1.12.182 to 1.12.185
    
    Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.12.182 to 1.12.185.
    - [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.182...1.12.185)
    
    ---
    updated-dependencies:
    - 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>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 77508d1..7a4cbf4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ allprojects  {
             dependency 'com.github.librepdf:openpdf:1.3.27'
             dependency 'org.mnode.ical4j:ical4j:3.2.1'
             dependency 'org.quartz-scheduler:quartz:2.3.2'
-            dependency 'com.amazonaws:aws-java-sdk-s3:1.12.182'
+            dependency 'com.amazonaws:aws-java-sdk-s3:1.12.185'
             dependency 'org.ehcache:ehcache:3.10.0'
             dependency 'com.github.spullara.mustache.java:compiler:0.9.10'
             dependency 'com.jayway.jsonpath:json-path:2.7.0'