Merge pull request #5600 from eclipse/dependency/jetty-9.4.x/net.java.dev.jna-jna-5.6.0

Bump jna from 5.5.0 to 5.6.0
This commit is contained in:
Joakim Erdfelt 2020-11-09 14:15:08 -06:00 committed by GitHub
commit 1f8a348e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1086,6 +1086,7 @@
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version> <version>${junit.version}</version>
</dependency> </dependency>
<!-- Test Container Deps -->
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId> <artifactId>testcontainers</artifactId>
@ -1099,7 +1100,7 @@
<dependency> <dependency>
<groupId>net.java.dev.jna</groupId> <groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId> <artifactId>jna</artifactId>
<version>5.5.0</version> <version>5.6.0</version>
</dependency> </dependency>
<!-- Old Deps --> <!-- Old Deps -->
<dependency> <dependency>