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 cfd568a chore(deps): update spring boot to v2.5.4
cfd568a is described below
commit cfd568acac39201f9fc22f8f42f94ac4d7c5e101
Author: Renovate Bot <[email protected]>
AuthorDate: Fri Sep 10 14:40:44 2021 +0000
chore(deps): update spring boot to v2.5.4
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index ecf193a..e4e4f0b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -96,7 +96,7 @@ allprojects {
dependencyManagement {
imports {
mavenBom 'org.springframework:spring-framework-bom:5.3.9'
- mavenBom
'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
+ mavenBom 'org.springframework.boot:spring-boot-dependencies:2.5.4'
mavenBom 'org.junit:junit-bom:5.7.2'
}
@@ -139,7 +139,7 @@ allprojects {
dependency 'org.mock-server:mockserver-junit-jupiter:5.11.2'
dependency 'org.webjars.npm:swagger-ui-dist:3.52.0'
dependency 'org.webjars:webjars-locator-core:0.48'
- dependency
'org.springframework.boot:spring-boot-starter-mail:2.3.4.RELEASE'
+ dependency
'org.springframework.boot:spring-boot-starter-mail:2.3.4.RE2.5.4'
// fineract client dependencies
dependency "com.squareup.retrofit2:retrofit:$retrofitVersion"