This is an automated email from the ASF dual-hosted git repository.
awasum 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 e9d97a6 chore(deps): update dependency
org.springframework:spring-framework-bom to v5.3.17
e9d97a6 is described below
commit e9d97a6f9be80311acd843fb2fc213987dff2fcd
Author: Renovate Bot <[email protected]>
AuthorDate: Thu Mar 17 12:14:32 2022 +0000
chore(deps): update dependency org.springframework:spring-framework-bom to
v5.3.17
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 9b3940a..8b11b03 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,7 +110,7 @@ allprojects {
// https://github.com/spring-gradle-plugins/dependency-management-plugin
dependencyManagement {
imports {
- mavenBom 'org.springframework:spring-framework-bom:5.3.16'
+ mavenBom 'org.springframework:spring-framework-bom:5.3.17'
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.6.4'
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2'