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 39edc80 chore(deps): update dependency org.flywaydb:flyway-core to
v7.14.1
39edc80 is described below
commit 39edc80251286a3eb58fdd6149b30d582a17817a
Author: Renovate Bot <[email protected]>
AuthorDate: Wed Sep 1 17:15:03 2021 +0000
chore(deps): update dependency org.flywaydb:flyway-core to v7.14.1
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 7e4f63d..44ce41b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -173,7 +173,7 @@ allprojects {
dependency "com.google.code.findbugs:jsr305:3.0.2"
dependency "commons-codec:commons-codec:1.15"
- dependency ('org.flywaydb:flyway-core:7.0.0') {
+ dependency ('org.flywaydb:flyway-core:7.14.1') {
// https://issues.apache.org/jira/browse/FINERACT-1172
// https://github.com/apache/fineract/pull/1355
// https://github.com/flyway/flyway/issues/2957