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/10/21 10:05:31 UTC

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

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

commit 574d00bc5d5f4dea68da07280413e822eaf13b76
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Thu Oct 21 07:58:43 2021 +0000

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

diff --git a/build.gradle b/build.gradle
index 306f9a6..9c29db8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -98,7 +98,7 @@ allprojects  {
     // https://github.com/spring-gradle-plugins/dependency-management-plugin
     dependencyManagement {
         imports {
-            mavenBom 'org.springframework:spring-framework-bom:5.3.11'
+            mavenBom 'org.springframework:spring-framework-bom:5.3.12'
             mavenBom 'org.springframework.boot:spring-boot-dependencies:2.5.4'
             mavenBom 'org.junit:junit-bom:5.8.1'
         }