Skip to content

Commit

Permalink
Update to latest jnr versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 3, 2015
1 parent ab2d782 commit 00e4357
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.4</version>
<version>0.7</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -68,13 +68,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.3</version>
<version>0.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -72,7 +72,7 @@
<krypt.version>0.0.2.rc1</krypt.version>
<ant.version>1.9.2</ant.version>
<joda.time.version>2.5</joda.time.version>
<jffi.version>1.2.7</jffi.version>
<jffi.version>1.2.8</jffi.version>
<asm.version>5.0.3</asm.version>
<base.java.version>1.6</base.java.version>
<base.javac.version>1.6</base.javac.version>
Expand Down

0 comments on commit 00e4357

Please sign in to comment.