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 3ee46b0 Update dependency org.springframework:spring-framework-bom to
v5.2.9.RELEASE
3ee46b0 is described below
commit 3ee46b040b7092d9c51780259f1a4d19cd2bea6d
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Oct 10 18:43:54 2020 +0000
Update dependency org.springframework:spring-framework-bom to v5.2.9.RELEASE
---
fineract-provider/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 46c433f..fa669f0 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -84,7 +84,7 @@ apply plugin: 'signing'
dependencyManagement {
imports {
- mavenBom 'org.springframework:spring-framework-bom:5.2.6.RELEASE'
+ mavenBom 'org.springframework:spring-framework-bom:5.2.9.RELEASE'
}
dependencies {