This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new b1714fe74d NIFI-12284 Upgraded Frontend Maven Plugin from 1.14.0 to
1.14.2
b1714fe74d is described below
commit b1714fe74de887557df1e1926e9e51b1b49b8a7e
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Oct 27 08:21:40 2023 -0500
NIFI-12284 Upgraded Frontend Maven Plugin from 1.14.0 to 1.14.2
Signed-off-by: Pierre Villard <[email protected]>
This closes #7943.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e621b68ddf..bf4ab1c4a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<!-- Disable maven-site-plugin from parent POM -->
<maven.site.skip>true</maven.site.skip>
<node.version>v16.13.2</node.version>
- <frontend.mvn.plugin.version>1.14.0</frontend.mvn.plugin.version>
+ <frontend.mvn.plugin.version>1.14.2</frontend.mvn.plugin.version>
<nifi.nar.maven.plugin.version>1.5.1</nifi.nar.maven.plugin.version>
<project.build.outputTimestamp>1690311791</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>