Skip to content

Commit

Permalink
Update JNR dependencies
Browse files Browse the repository at this point in the history
* jnr-posix 3.1.19
* jnr-enxio 0.32.17
  • Loading branch information
headius committed Feb 14, 2024
1 parent 2b9dbc6 commit d3a1b24
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 d3a1b24

Please sign in to comment.