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 e92b62f chore(deps): update dependency org.junit:junit-bom to v5.8.0
e92b62f is described below
commit e92b62f2abab28c6496262e0515c01b7712fa2a3
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Sep 12 20:22:56 2021 +0000
chore(deps): update dependency org.junit:junit-bom to v5.8.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index d529870..2064f95 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,7 +97,7 @@ allprojects {
imports {
mavenBom 'org.springframework:spring-framework-bom:5.3.9'
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.5.4'
- mavenBom 'org.junit:junit-bom:5.7.2'
+ mavenBom 'org.junit:junit-bom:5.8.0'
}
dependencies {