diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-09-09 15:12:56 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2024-09-09 15:13:02 +0100 |
commit | f87b1b2e46dae0d4451257bbd5bda1f7a85b10b6 (patch) | |
tree | e13e8d63bfc3c72426f9ff776ae868321a4d9410 | |
parent | 8b3258f21f9957f356bed6cb222361ec09cefd04 (diff) |
Uplift liquibase-core to 4.29.0
- uplift liquibase-core to 4.29.0 to resolve the internal licensing
issue
Issue-ID: CPS-2392
Change-Id: Ia06bbb095a480c910d0df3d23ac719a746508856
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r-- | cps-dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 6ed4db9b96..adef9031ab 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -249,7 +249,7 @@ <dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> - <version>4.28.0</version> + <version>4.29.0</version> </dependency> <dependency> <groupId>org.mapstruct</groupId> |