Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions core/pom.rb
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>

0 comments on commit 55de6fc

Please sign in to comment.