Skip to content

Commit 13b2df5

Browse files
committedJul 27, 2018
bump joni
1 parent a5f85ca commit 13b2df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎core/pom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
jar 'com.github.jnr:jffi:${jffi.version}'
5252
jar 'com.github.jnr:jffi:${jffi.version}:native'
5353

54-
jar 'org.jruby.joni:joni:2.1.16'
54+
jar 'org.jruby.joni:joni:2.1.17'
5555
jar 'org.jruby.extras:bytelist:1.0.15'
5656
jar 'org.jruby.jcodings:jcodings:1.0.30'
5757
jar 'org.jruby:dirgra:0.3'

Diff for: ‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ DO NOT MODIFIY - GENERATED CODE
172172
<dependency>
173173
<groupId>org.jruby.joni</groupId>
174174
<artifactId>joni</artifactId>
175-
<version>2.1.16</version>
175+
<version>2.1.17</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.jruby.extras</groupId>

0 commit comments

Comments
 (0)