Skip to content

Commit

Permalink
Update to latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Dec 15, 2014
1 parent 518f9a8 commit f7085f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions core/pom.rb
Expand Up @@ -31,17 +31,17 @@
jar 'org.ow2.asm:asm-analysis:${asm.version}'
jar 'org.ow2.asm:asm-util:${asm.version}'

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

jar 'org.jruby.joni:joni:2.1.3'
jar 'org.jruby.joni:joni:2.1.5'
jar 'org.jruby.extras:bytelist:1.0.12'
jar 'org.jruby.jcodings:jcodings:1.0.12'

Expand Down
12 changes: 6 additions & 6 deletions core/pom.xml
Expand Up @@ -51,12 +51,12 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -66,12 +66,12 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.3</version>
<version>2.1.5</version>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
Expand Down

0 comments on commit f7085f5

Please sign in to comment.