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 fdfb7eb chore(deps): update dependency
org.springframework:spring-framework-bom to v5.3.10
fdfb7eb is described below
commit fdfb7eb7ad4cfc113a5cf0cd104290e6a62d9dcb
Author: Renovate Bot <[email protected]>
AuthorDate: Wed Sep 15 09:11:21 2021 +0000
chore(deps): update dependency org.springframework:spring-framework-bom to
v5.3.10
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index b85d584..7056c93 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,7 +97,7 @@ allprojects {
// https://github.com/spring-gradle-plugins/dependency-management-plugin
dependencyManagement {
imports {
- mavenBom 'org.springframework:spring-framework-bom:5.3.9'
+ mavenBom 'org.springframework:spring-framework-bom:5.3.10'
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.5.4'
mavenBom 'org.junit:junit-bom:5.8.0'
}