Skip to content

Commit

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

8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>
@@ -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>
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -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',
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit b27513d

Please sign in to comment.