Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge the merge
  • Loading branch information
enebo committed Dec 12, 2014
1 parent 2d2f46e commit 55de6fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions core/pom.rb
Expand Up @@ -31,10 +31,10 @@
jar 'org.ow2.asm:asm-analysis:${asm.version}'
jar 'org.ow2.asm:asm-util:${asm.version}'

jar 'com.github.jnr:jnr-netdb:1.1.2'
jar 'com.github.jnr:jnr-enxio:0.4'
jar 'com.github.jnr:jnr-netdb:1.1.3'
jar 'com.github.jnr:jnr-enxio:0.5'
jar 'com.github.jnr:jnr-x86asm:1.0.2'
jar 'com.github.jnr:jnr-unixsocket:0.3'
jar 'com.github.jnr:jnr-unixsocket:0.4'
jar 'com.github.jnr:jnr-posix:3.0.8'
jar 'com.github.jnr:jnr-constants:0.8.6'
jar 'com.github.jnr:jnr-ffi:2.0.0'
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Expand Up @@ -51,12 +51,12 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.3</version>
<version>0.4</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit 55de6fc

Please sign in to comment.