This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit c75a46d51526ce9e4c22d9bb481d9e08abe720bb Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue May 31 20:20:27 2022 +0200 Bump JNA to version 4.5.2 We need this to allow Cassandra to run on Windows without a special Visual C++ Redistributable. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e49a2489a8..9706dd8513 100644 --- a/pom.xml +++ b/pom.xml @@ -1076,6 +1076,11 @@ <version>31.1-jre</version> <scope>test</scope> </dependency> + <dependency> + <groupId>net.java.dev.jna</groupId> + <artifactId>jna</artifactId> + <version>4.5.2</version> + </dependency> </dependencies> </dependencyManagement> <build>
