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/06/09 10:56:11 UTC

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

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 479a623  chore(deps): update dependency org.springframework:spring-framework-bom to v5.3.8
     new a1cdd50  Merge pull request #1763 from renovate-bot/renovate/spring-core
479a623 is described below

commit 479a6236a8b0dadc79d1dfd0bc3bd738eb842f01
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Jun 9 08:30:35 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index 1a5c338..fb5d915 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.7'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.8'
             mavenBom 'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
             mavenBom 'org.junit:junit-bom:5.7.2'
         }