Skip to content

Commit

Permalink
Merge pull request #103 from headius/update_jnr_deps
Browse files Browse the repository at this point in the history
Update JNR dependencies
  • Loading branch information
headius authored Feb 14, 2024
2 parents 451d6ad + a0510ff commit ef4fc49
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 ef4fc49

Please sign in to comment.