Skip to content

Commit f7085f5

Browse files
committed
Update to latest deps
1 parent 518f9a8 commit f7085f5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

core/pom.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
jar 'org.ow2.asm:asm-analysis:${asm.version}'
3232
jar 'org.ow2.asm:asm-util:${asm.version}'
3333

34-
jar 'com.github.jnr:jnr-netdb:1.1.3'
35-
jar 'com.github.jnr:jnr-enxio:0.5'
34+
jar 'com.github.jnr:jnr-netdb:1.1.4'
35+
jar 'com.github.jnr:jnr-enxio:0.6'
3636
jar 'com.github.jnr:jnr-x86asm:1.0.2'
37-
jar 'com.github.jnr:jnr-unixsocket:0.4'
38-
jar 'com.github.jnr:jnr-posix:3.0.8'
37+
jar 'com.github.jnr:jnr-unixsocket:0.5'
38+
jar 'com.github.jnr:jnr-posix:3.0.9'
3939
jar 'com.github.jnr:jnr-constants:0.8.6'
40-
jar 'com.github.jnr:jnr-ffi:2.0.0'
40+
jar 'com.github.jnr:jnr-ffi:2.0.1'
4141
jar 'com.github.jnr:jffi:${jffi.version}'
4242
jar 'com.github.jnr:jffi:${jffi.version}:native'
4343

44-
jar 'org.jruby.joni:joni:2.1.3'
44+
jar 'org.jruby.joni:joni:2.1.5'
4545
jar 'org.jruby.extras:bytelist:1.0.12'
4646
jar 'org.jruby.jcodings:jcodings:1.0.12'
4747

core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>com.github.jnr</groupId>
5353
<artifactId>jnr-netdb</artifactId>
54-
<version>1.1.3</version>
54+
<version>1.1.4</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.github.jnr</groupId>
5858
<artifactId>jnr-enxio</artifactId>
59-
<version>0.5</version>
59+
<version>0.6</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.jnr</groupId>
@@ -66,12 +66,12 @@
6666
<dependency>
6767
<groupId>com.github.jnr</groupId>
6868
<artifactId>jnr-unixsocket</artifactId>
69-
<version>0.4</version>
69+
<version>0.5</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.github.jnr</groupId>
7373
<artifactId>jnr-posix</artifactId>
74-
<version>3.0.8</version>
74+
<version>3.0.9</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.github.jnr</groupId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.github.jnr</groupId>
8383
<artifactId>jnr-ffi</artifactId>
84-
<version>2.0.0</version>
84+
<version>2.0.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.github.jnr</groupId>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.jruby.joni</groupId>
9999
<artifactId>joni</artifactId>
100-
<version>2.1.3</version>
100+
<version>2.1.5</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.jruby.extras</groupId>

0 commit comments

Comments
 (0)