Skip to content

Commit

Permalink
Update jnr-* dependencies to latest releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 2, 2015
1 parent bdcd2db commit b27513d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions core/pom.rb
Expand Up @@ -41,12 +41,12 @@
jar 'org.ow2.asm:asm-util:${asm.version}'

jar 'com.github.jnr:jnr-netdb:1.1.4'
jar 'com.github.jnr:jnr-enxio:0.6'
jar 'com.github.jnr:jnr-enxio:0.7'
jar 'com.github.jnr:jnr-x86asm:1.0.2'
jar 'com.github.jnr:jnr-unixsocket:0.5'
jar 'com.github.jnr:jnr-posix:3.0.9'
jar 'com.github.jnr:jnr-unixsocket:0.6'
jar 'com.github.jnr:jnr-posix:3.0.10'
jar 'com.github.jnr:jnr-constants:0.8.6'
jar 'com.github.jnr:jnr-ffi:2.0.1'
jar 'com.github.jnr:jnr-ffi:2.0.2'
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'

Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.6</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -101,12 +101,12 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.rb
Expand Up @@ -59,7 +59,7 @@
'minitest.version' => '5.4.1',
'ant.version' => '1.9.2',
'diff-lcs.version' => '1.1.3',
'jffi.version' => '1.2.7',
'jffi.version' => '1.2.8',
'rake.version' => '10.1.0',
'project.build.sourceEncoding' => 'utf-8',
'jruby-launcher.version' => '1.1.1',
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -117,7 +117,7 @@
<minitest.version>5.4.1</minitest.version>
<ant.version>1.9.2</ant.version>
<diff-lcs.version>1.1.3</diff-lcs.version>
<jffi.version>1.2.7</jffi.version>
<jffi.version>1.2.8</jffi.version>
<rake.version>10.1.0</rake.version>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<jruby-launcher.version>1.1.1</jruby-launcher.version>
Expand Down

0 comments on commit b27513d

Please sign in to comment.