You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/10/24 14:54:03 UTC

[nifi] branch main updated: NIFI-10683 Upgraded JNA to 5.12.1 for Windows Event Log

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 753cb1b9df NIFI-10683 Upgraded JNA to 5.12.1 for Windows Event Log
753cb1b9df is described below

commit 753cb1b9df781232d953c6602200aca332f4d019
Author: mr1716 <ms...@rit.edu>
AuthorDate: Sat Oct 22 12:26:13 2022 -0400

    NIFI-10683 Upgraded JNA to 5.12.1 for Windows Event Log
    
    This closes #6568
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 .../nifi-windows-event-log-processors/pom.xml                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index 68f77a8115..2e3c53f7a7 100644
--- a/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
@@ -21,7 +21,7 @@ language governing permissions and limitations under the License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <jna.version>5.10.0</jna.version>
+        <jna.version>5.12.1</jna.version>
         <javassist.version>3.29.1-GA</javassist.version>
     </properties>