Skip to content

Commit

Permalink
Update jnr and joni versions to latest.
Browse files Browse the repository at this point in the history
headius committed Mar 8, 2016

Verified

This commit was signed with the committer’s verified signature.
makenowjust Hiroya Fujinami
1 parent b044f15 commit 137cb39
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.9</version>
<version>2.1.10</version>
<type>jar</type>
</dependency>
<dependency>
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.9</version>
<version>0.11</version>
<type>jar</type>
</dependency>
<dependency>
@@ -68,13 +68,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.8</version>
<version>0.11</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.27</version>
<version>3.0.28</version>
<type>jar</type>
</dependency>
<dependency>
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
<type>jar</type>
</dependency>
<dependency>
@@ -98,7 +98,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.5</version>
<version>2.0.8</version>
<type>jar</type>
</dependency>
<dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@
<minitest-excludes.version>1.0.2</minitest-excludes.version>
<ant.version>1.9.2</ant.version>
<joda.time.version>2.8.2</joda.time.version>
<jffi.version>1.2.10</jffi.version>
<jffi.version>1.2.11</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>

0 comments on commit 137cb39

Please sign in to comment.