From 803479f74c7daf057899fd3f5c9751b7b40765a7 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 18 Jul 2024 12:06:26 +0200 Subject: [PATCH] Update version of flyway-maven-plugin (required for newer MariaDB) The latest version 10.15.2 cannot be used: ``` Error: Failed to execute goal org.flywaydb:flyway-maven-plugin:10.15.2:baseline (default) on project kitodo-data-management: Execution default of goal org.flywaydb:flyway-maven-plugin:10.15.2:baseline failed: Unable to load the mojo 'baseline' in the plugin 'org.flywaydb:flyway-maven-plugin:10.15.2' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/flywaydb/maven/BaselineMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 ``` Signed-off-by: Stefan Weil --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1af50162450..91899e73649 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 1.2.1 3.141.59 5.7.13 - 8.4.4 + 9.22.3 4.3.0 1.4.10 2.7.12