This is an automated email from the ASF dual-hosted git repository.
vorburger 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 a9020d7 Align Spring Boot versions to 2.3.5
a9020d7 is described below
commit a9020d7136e017ff9f76d26f94d24ea7c366abae
Author: Vincent Fuchs <[email protected]>
AuthorDate: Fri Nov 13 17:04:10 2020 +0100
Align Spring Boot versions to 2.3.5
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 57ce948..d481fc0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -96,7 +96,7 @@ allprojects {
dependencyManagement {
imports {
mavenBom 'org.springframework:spring-framework-bom:5.3.0'
- mavenBom
'org.springframework.boot:spring-boot-dependencies:2.3.4.RELEASE'
+ mavenBom
'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE'
mavenBom 'org.junit:junit-bom:5.7.0'
}