Skip to content

Commit 270901b

Browse files
authored
FINERACT-2326: Downgrade liquibase due to licensing concerns (#5190)
1 parent 2a17485 commit 270901b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ dependencyManagement {
195195
dependency 'jakarta.validation:jakarta.validation-api:3.1.1'
196196
dependency 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
197197

198-
dependency ('org.liquibase:liquibase-core:5.0.1') {
198+
dependency ('org.liquibase:liquibase-core:4.33.0') {
199199
exclude 'javax.xml.bind:jaxb-api'
200200
}
201-
dependency 'org.liquibase.ext:liquibase-postgresql:5.0.1'
201+
dependency 'org.liquibase.ext:liquibase-postgresql:4.33.0'
202202

203203
dependency ('org.dom4j:dom4j:2.1.4') {
204204
exclude 'relaxngDatatype:relaxngDatatype' // already in com.sun.xml.bind:jaxb-osgi:2.3.0.1

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
"allowedVersions": "<=42.7.3",
7676
"description": "Postgres JDBC driver 42.7.5 has a performance bug: https://github.com/pgjdbc/pgjdbc/issues/3511#issuecomment-2637277977"
7777
},
78+
{
79+
"matchPackageNames": ["org.liquibase:liquibase-core", "org.liquibase.ext:liquibase-postgresql"],
80+
"allowedVersions": "<=4.33.0",
81+
"description": "Liquibase 5.0.0 was changing licence from Apache License Version 2.0 to FSL-1.1-ALv2 which is incompatible with Apache License 2.0: https://issues.apache.org/jira/browse/LEGAL-721"
82+
},
7883
{
7984
"depTypeList": ["dependencies"],
8085
"updateTypes": ["patch", "minor"],

0 commit comments

Comments
 (0)