Skip to content

Commit 55de6fc

Browse files
committed
Merge the merge
1 parent 2d2f46e commit 55de6fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/pom.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
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.2'
35-
jar 'com.github.jnr:jnr-enxio:0.4'
34+
jar 'com.github.jnr:jnr-netdb:1.1.3'
35+
jar 'com.github.jnr:jnr-enxio:0.5'
3636
jar 'com.github.jnr:jnr-x86asm:1.0.2'
37-
jar 'com.github.jnr:jnr-unixsocket:0.3'
37+
jar 'com.github.jnr:jnr-unixsocket:0.4'
3838
jar 'com.github.jnr:jnr-posix:3.0.8'
3939
jar 'com.github.jnr:jnr-constants:0.8.6'
4040
jar 'com.github.jnr:jnr-ffi:2.0.0'

core/pom.xml

Lines changed: 3 additions & 3 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.2</version>
54+
<version>1.1.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.github.jnr</groupId>
5858
<artifactId>jnr-enxio</artifactId>
59-
<version>0.4</version>
59+
<version>0.5</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.jnr</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.github.jnr</groupId>
6868
<artifactId>jnr-unixsocket</artifactId>
69-
<version>0.3</version>
69+
<version>0.4</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.github.jnr</groupId>

0 commit comments

Comments
 (0)