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 2021/03/16 12:54:47 UTC

[fineract] branch develop updated: chore(deps): update dependency org.springframework:spring-framework-bom to v5.3.5

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 6ac6657  chore(deps): update dependency org.springframework:spring-framework-bom to v5.3.5
6ac6657 is described below

commit 6ac6657a01f233e70ad67cc14e99ab9d06d2b257
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Mar 16 10:11:24 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index ab61b7e..81dd83c 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.4'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.5'
             mavenBom 'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
             mavenBom 'org.junit:junit-bom:5.7.1'
         }