Skip to content

Commit

Permalink
Update jnr dependencies
Browse files Browse the repository at this point in the history
* jnr-ffi to 2.2.17
* jnr-posix to 3.1.20
* jnr-enxio to 0.32.18
  • Loading branch information
headius committed Oct 13, 2024
1 parent 5012fec commit 8bbab73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.16</version>
<version>2.2.17</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.17</version>
<version>0.32.18</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.19</version>
<version>3.1.20</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8bbab73

Please sign in to comment.