This is an automated email from the ASF dual-hosted git repository. lahirujayathilake pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
commit 30cb9ab3f2201d9297a02d5e761924f179be43f8 Author: lahiruj <[email protected]> AuthorDate: Wed Oct 8 12:27:41 2025 -0400 upgraded the flyway version to align with MariaDB --- amie-decoder/pom.xml | 6 ++++++ pom.xml | 1 + 2 files changed, 7 insertions(+) diff --git a/amie-decoder/pom.xml b/amie-decoder/pom.xml index b186a8d13..406bece8c 100644 --- a/amie-decoder/pom.xml +++ b/amie-decoder/pom.xml @@ -65,6 +65,12 @@ <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> + <version>${flyway.version}</version> + </dependency> + <dependency> + <groupId>org.flywaydb</groupId> + <artifactId>flyway-mysql</artifactId> + <version>${flyway.version}</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> diff --git a/pom.xml b/pom.xml index b50630332..ee7d6521e 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,7 @@ <com.google.protobuf.util>3.21.11</com.google.protobuf.util> <mariadb.client.version>3.5.6</mariadb.client.version> + <flyway.version>11.11.0</flyway.version> <keycloak.admin.version>24.0.5</keycloak.admin.version> <testng.version>6.8</testng.version> <org.json.version>20240303</org.json.version>
