Skip to content

Commit

Permalink
Update for jnr updates
Browse files Browse the repository at this point in the history
enebo committed Mar 11, 2016
1 parent fed46bd commit cb7dde3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.11</version>
<version>0.12</version>
<type>jar</type>
</dependency>
<dependency>
@@ -68,13 +68,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.11</version>
<version>0.12</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.28</version>
<version>3.0.29</version>
<type>jar</type>
</dependency>
<dependency>
@@ -98,7 +98,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
<type>jar</type>
</dependency>
<dependency>

0 comments on commit cb7dde3

Please sign in to comment.