This is an automated email from the ASF dual-hosted git repository.
aleks 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 cd9ae59 chore(deps): update dependency org.liquibase:liquibase-core
to v4.8.0
cd9ae59 is described below
commit cd9ae593c914f6bf675e4ca27b24a53fce1ad295
Author: Renovate Bot <[email protected]>
AuthorDate: Sun Mar 6 09:13:53 2022 +0000
chore(deps): update dependency org.liquibase:liquibase-core to v4.8.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index ed2de71..dee42af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -184,7 +184,7 @@ allprojects {
dependency "com.google.code.findbugs:jsr305:3.0.2"
dependency "commons-codec:commons-codec:1.15"
- dependency ('org.liquibase:liquibase-core:4.5.0') {
+ dependency ('org.liquibase:liquibase-core:4.8.0') {
exclude 'javax.xml.bind:jaxb-api'
}