NIFI-10683 Upgraded JNA to 5.12.1 for Windows Event Log

This closes #6568

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2022-10-22 12:26:13 -04:00 committed by exceptionfactory
parent b88b1d0d7e
commit 753cb1b9df
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>