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/05 17:08:38 UTC

[fineract] branch develop updated: Bump io.rest-assured dependency set from 4.3.0 to 4.5.1

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 2bfbc6b  Bump io.rest-assured dependency set from 4.3.0 to 4.5.1
2bfbc6b is described below

commit 2bfbc6b84f093d1f1b81f3dc3152963b942dcb08
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Mar 5 12:13:45 2022 +0000

    Bump io.rest-assured dependency set from 4.3.0 to 4.5.1
    
    Bumps `io.rest-assured` dependency set from 4.3.0 to 4.5.1.
    
    Updates `rest-assured` from 4.3.0 to 4.5.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-4.3.0...rest-assured-4.5.1)
    
    Updates `json-path` from 4.3.0 to 4.5.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-4.3.0...rest-assured-4.5.1)
    
    Updates `xml-path` from 4.3.0 to 4.5.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-4.3.0...rest-assured-4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.rest-assured:rest-assured
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:json-path
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:xml-path
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 1105f6d..41a50d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -200,7 +200,7 @@ allprojects  {
                 entry 'poi-ooxml'
                 entry 'poi-ooxml-schemas'
             }
-            dependencySet(group: 'io.rest-assured', version: '4.3.0')
+            dependencySet(group: 'io.rest-assured', version: '4.5.1')
             {
                 entry 'rest-assured'
                 entry 'json-path'