This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 9ad898f4d7225620ddb739831ea2ad78fb433aa3 Author: UcanInfosec <[email protected]> AuthorDate: Fri Sep 16 19:47:08 2022 -0400 NIFI-10517 Updated Flyway-Core version This closes #6427 Signed-off-by: Mike Thomsen <[email protected]> --- nifi-registry/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index a6a9492193..1afe72f87b 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -37,7 +37,7 @@ <properties> <jax.rs.api.version>2.1</jax.rs.api.version> <spring.boot.version>2.7.2</spring.boot.version> - <flyway.version>8.4.2</flyway.version> + <flyway.version>8.5.13</flyway.version> <flyway.tests.version>7.0.0</flyway.tests.version> <swagger.ui.version>3.12.0</swagger.ui.version> <groovy.eclipse.compiler.version>3.4.0-01</groovy.eclipse.compiler.version>
