Skip to content

Commit d1cb5fd

Browse files
committed
Update jnr-ffi, jnr-enxio, jnr-posix
* jffi 1.3.12 (transient dep) brings in windows-aarch64 support * jnr-ffi 2.2.15 brings riscv64 support * jnr-posix 3.1.18 * jnr-enxio 0.32.16
1 parent 890dc23 commit d1cb5fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.github.jnr</groupId>
6161
<artifactId>jnr-ffi</artifactId>
62-
<version>2.2.14</version>
62+
<version>2.2.15</version>
6363
<scope>compile</scope>
6464
</dependency>
6565
<dependency>
@@ -71,13 +71,13 @@
7171
<dependency>
7272
<groupId>com.github.jnr</groupId>
7373
<artifactId>jnr-enxio</artifactId>
74-
<version>0.32.15</version>
74+
<version>0.32.16</version>
7575
<scope>compile</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.github.jnr</groupId>
7979
<artifactId>jnr-posix</artifactId>
80-
<version>3.1.17</version>
80+
<version>3.1.18</version>
8181
<scope>compile</scope>
8282
</dependency>
8383
</dependencies>

0 commit comments

Comments
 (0)