File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 31
31
jar 'org.ow2.asm:asm-analysis:${asm.version}'
32
32
jar 'org.ow2.asm:asm-util:${asm.version}'
33
33
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 '
36
36
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 '
39
39
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 '
41
41
jar 'com.github.jnr:jffi:${jffi.version}'
42
42
jar 'com.github.jnr:jffi:${jffi.version}:native'
43
43
44
- jar 'org.jruby.joni:joni:2.1.3 '
44
+ jar 'org.jruby.joni:joni:2.1.5 '
45
45
jar 'org.jruby.extras:bytelist:1.0.12'
46
46
jar 'org.jruby.jcodings:jcodings:1.0.12'
47
47
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >com.github.jnr</groupId >
53
53
<artifactId >jnr-netdb</artifactId >
54
- <version >1.1.3 </version >
54
+ <version >1.1.4 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >com.github.jnr</groupId >
58
58
<artifactId >jnr-enxio</artifactId >
59
- <version >0.5 </version >
59
+ <version >0.6 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >com.github.jnr</groupId >
66
66
<dependency >
67
67
<groupId >com.github.jnr</groupId >
68
68
<artifactId >jnr-unixsocket</artifactId >
69
- <version >0.4 </version >
69
+ <version >0.5 </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >com.github.jnr</groupId >
73
73
<artifactId >jnr-posix</artifactId >
74
- <version >3.0.8 </version >
74
+ <version >3.0.9 </version >
75
75
</dependency >
76
76
<dependency >
77
77
<groupId >com.github.jnr</groupId >
81
81
<dependency >
82
82
<groupId >com.github.jnr</groupId >
83
83
<artifactId >jnr-ffi</artifactId >
84
- <version >2.0.0 </version >
84
+ <version >2.0.1 </version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >com.github.jnr</groupId >
97
97
<dependency >
98
98
<groupId >org.jruby.joni</groupId >
99
99
<artifactId >joni</artifactId >
100
- <version >2.1.3 </version >
100
+ <version >2.1.5 </version >
101
101
</dependency >
102
102
<dependency >
103
103
<groupId >org.jruby.extras</groupId >
You can’t perform that action at this time.
0 commit comments