Skip to content

Commit

Permalink
Update JNR dependencies
Browse files Browse the repository at this point in the history
* jnr-ffi 2.2.16
* jnr-posix 3.1.19
* jnr-enxio 0.32.17
  • Loading branch information
headius committed Feb 14, 2024
1 parent 451d6ad commit a0510ff
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.15</version>
<version>2.2.16</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.16</version>
<version>0.32.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.18</version>
<version>3.1.19</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a0510ff

Please sign in to comment.