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 a17c346 chore(deps): update dependency
org.springframework:spring-framework-bom to v5.3.7
a17c346 is described below
commit a17c3462cb069522da2fa3534150d5be6113c43a
Author: Renovate Bot <[email protected]>
AuthorDate: Wed May 12 08:11:14 2021 +0000
chore(deps): update dependency org.springframework:spring-framework-bom to
v5.3.7
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index b4ea84a..448768c 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.6'
+ mavenBom 'org.springframework:spring-framework-bom:5.3.7'
mavenBom
'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
mavenBom 'org.junit:junit-bom:5.7.1'
}