Bump org.flywaydb:flyway-core from 10.4.0 to 10.4.1 in /full (closes #731)

Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.4.0 to 10.4.1.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/compare/flyway-10.4.0...flyway-10.4.1)

Change-Id: I93f5e33ed6b2a42c4f4571bc62643ba53260fa70

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Change-Id: I8c8d57a558892c73a6fd8b9374a9c470ba1ca41f
diff --git a/full/pom.xml b/full/pom.xml
index 88b6bfa..a0a6db4 100644
--- a/full/pom.xml
+++ b/full/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.19</jetty.version>
-		<flyway.version>10.4.0</flyway.version>
+		<flyway.version>10.4.1</flyway.version>
 		<log4j.version>2.22.0</log4j.version>
 		<krill.version>[0.61.3,)</krill.version>
 		<koral.version>[0.41,)</koral.version>