Skip to content

Commit

Permalink
Merge pull request #20 from jnr/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 2b9dbc6 + d3a1b24 commit 5c8dad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.18</version>
<version>3.1.19</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.32.16</version>
<version>0.32.17</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5c8dad7

Please sign in to comment.