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 fafb992 chore(deps): update dependency
org.springframework:spring-framework-bom to v5.3.1
fafb992 is described below
commit fafb992a9b4c7ef4437c5c8dc727f74f1562dafa
Author: Renovate Bot <[email protected]>
AuthorDate: Wed Dec 2 07:32:25 2020 +0000
chore(deps): update dependency org.springframework:spring-framework-bom to
v5.3.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 50093b6..94f1bb8 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.0'
+ mavenBom 'org.springframework:spring-framework-bom:5.3.1'
mavenBom
'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
mavenBom 'org.junit:junit-bom:5.7.0'
}