You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/08/11 01:35:27 UTC

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

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

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

commit fdcb6b26cf7883cae1e9bcdc9941e881057585db
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Jul 14 09:32:01 2021 +0000

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

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