Bump org.flywaydb:flyway-core from 10.6.0 to 11.13.1

Adding the now required configurations.

Resolves #820

Change-Id: I7028542cbab34319b7eb94bc70b25cc0faf70bac
diff --git a/pom.xml b/pom.xml
index 7920a1d..b8cb1d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 		to make sure that jersey uses the correct spring version-->
 		<spring6.version>${spring.version}</spring6.version>
 		<jetty.version>11.0.25</jetty.version>
-		<flyway.version>10.6.0</flyway.version>
+		<flyway.version>11.13.1</flyway.version>
 		<log4j.version>2.25.2</log4j.version>
 		<krill.version>[0.64.2,)</krill.version>
 		<koral.version>[0.44,)</koral.version>
diff --git a/src/test/resources/test-config-dnb.xml b/src/test/resources/test-config-dnb.xml
index 63d4baf..138d52e 100644
--- a/src/test/resources/test-config-dnb.xml
+++ b/src/test/resources/test-config-dnb.xml
@@ -85,7 +85,6 @@
 		class="org.flywaydb.core.api.configuration.ClassicConfiguration">
 		<!-- drop existing tables and create new tables -->
 		<property name="validateOnMigrate" value="true" />
-		<property name="cleanOnValidationError" value="true" />
 		<property name="baselineOnMigrate" value="false" />
 		<property name="locations"
 			value="#{'${jdbc.schemaPath}'.split(',')}" />
diff --git a/src/test/resources/test-config-icc.xml b/src/test/resources/test-config-icc.xml
index 545c7a4..f226068 100644
--- a/src/test/resources/test-config-icc.xml
+++ b/src/test/resources/test-config-icc.xml
@@ -85,9 +85,7 @@
 		class="org.flywaydb.core.api.configuration.ClassicConfiguration">
 		<!-- drop existing tables and create new tables -->
 		<property name="validateOnMigrate" value="true" />
-		<property name="cleanOnValidationError" value="true" />
 		<property name="baselineOnMigrate" value="false" />
-		<property name="cleanDisabled" value="false" />
 		<property name="locations"
 			value="#{'${jdbc.schemaPath}'.split(',')}" />
 		<property name="dataSource" ref="dataSource" />
diff --git a/src/test/resources/test-config.xml b/src/test/resources/test-config.xml
index 5fd5ff2..b5b676b 100644
--- a/src/test/resources/test-config.xml
+++ b/src/test/resources/test-config.xml
@@ -110,7 +110,6 @@
 		class="org.flywaydb.core.api.configuration.ClassicConfiguration">
 		<!-- drop existing tables and create new tables -->
 		<property name="validateOnMigrate" value="true" />
-		<property name="cleanOnValidationError" value="true" />
 		<property name="baselineOnMigrate" value="false" />
 		<property name="locations"
 			value="#{'${jdbc.schemaPath}'.split(',')}" />