Skip to content

Commit

Permalink
Update jnr-ffi for preliminary armple support
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed May 19, 2021
1 parent 4dfa2ca commit 6bdf101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -71,13 +71,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.32.4</version>
<version>0.32.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6bdf101

Please sign in to comment.