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 98c4ae9 chore(deps): update dependency org.junit:junit-bom to v5.7.2
98c4ae9 is described below
commit 98c4ae9bd52c7e6a04c328cba8ed74fffc185ddb
Author: Renovate Bot <[email protected]>
AuthorDate: Sat May 15 14:03:39 2021 +0000
chore(deps): update dependency org.junit:junit-bom to v5.7.2
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 448768c..2d0d3ec 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,7 +97,7 @@ allprojects {
imports {
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'
+ mavenBom 'org.junit:junit-bom:5.7.2'
}
dependencies {