You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ma...@apache.org on 2021/04/14 22:44:06 UTC

[fineract] branch develop updated: Update dependency org.springframework:spring-framework-bom to v5.3.6

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

manthan 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 8111fc9  Update dependency org.springframework:spring-framework-bom to v5.3.6
     new b525baa  Merge pull request #1699 from renovate-bot/renovate/spring-core
8111fc9 is described below

commit 8111fc99dc4062e366ca688afda60eb827716d7e
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Apr 13 11:55:33 2021 +0000

    Update dependency org.springframework:spring-framework-bom to v5.3.6
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 1f63d06..7513f4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -95,7 +95,7 @@ allprojects  {
     // https://github.com/spring-gradle-plugins/dependency-management-plugin
     dependencyManagement {
         imports {
-            mavenBom 'org.springframework:spring-framework-bom:5.3.5'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.6'
             mavenBom 'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
             mavenBom 'org.junit:junit-bom:5.7.1'
         }