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

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

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

aleks 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 0a9f8e0  chore(deps): bump aws-java-sdk-s3 from 1.12.172 to 1.12.173
0a9f8e0 is described below

commit 0a9f8e015d6c7f4f2236858c5905ca12d712c19d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 8 04:34:47 2022 +0000

    chore(deps): bump aws-java-sdk-s3 from 1.12.172 to 1.12.173
    
    Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.12.172 to 1.12.173.
    - [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.172...1.12.173)
    
    ---
    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 911826a..49abd1b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -129,7 +129,7 @@ allprojects  {
             dependency 'com.github.librepdf:openpdf:1.3.27'
             dependency 'org.mnode.ical4j:ical4j:3.1.3'
             dependency 'org.quartz-scheduler:quartz:2.3.2'
-            dependency 'com.amazonaws:aws-java-sdk-s3:1.12.172'
+            dependency 'com.amazonaws:aws-java-sdk-s3:1.12.173'
             dependency 'org.ehcache:ehcache:3.9.9'
             dependency 'com.github.spullara.mustache.java:compiler:0.9.10'
             dependency 'com.jayway.jsonpath:json-path:2.7.0'