We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
1 parent a5f85ca commit 13b2df5Copy full SHA for 13b2df5
core/pom.rb
@@ -51,7 +51,7 @@
51
jar 'com.github.jnr:jffi:${jffi.version}'
52
jar 'com.github.jnr:jffi:${jffi.version}:native'
53
54
- jar 'org.jruby.joni:joni:2.1.16'
+ jar 'org.jruby.joni:joni:2.1.17'
55
jar 'org.jruby.extras:bytelist:1.0.15'
56
jar 'org.jruby.jcodings:jcodings:1.0.30'
57
jar 'org.jruby:dirgra:0.3'
core/pom.xml
@@ -172,7 +172,7 @@ DO NOT MODIFIY - GENERATED CODE
172
<dependency>
173
<groupId>org.jruby.joni</groupId>
174
<artifactId>joni</artifactId>
175
- <version>2.1.16</version>
+ <version>2.1.17</version>
176
</dependency>
177
178
<groupId>org.jruby.extras</groupId>
0 commit comments