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 2020/11/01 04:24:24 UTC

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

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

commit 5c36032528421fe460fac3927bc2012c0f021613
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Sat Oct 31 21:29:01 2020 +0000

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

diff --git a/build.gradle b/build.gradle
index 600ab3d..7657271 100644
--- a/build.gradle
+++ b/build.gradle
@@ -87,7 +87,7 @@ allprojects  {
     // https://github.com/spring-gradle-plugins/dependency-management-plugin
     dependencyManagement {
         imports {
-            mavenBom 'org.springframework:spring-framework-bom:5.2.9.RELEASE'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.0'
         }
 
         dependencies {