Skip to content

Commit

Permalink
update joni
Browse files Browse the repository at this point in the history
  • Loading branch information
lopex committed Apr 13, 2018
1 parent fbfc388 commit e85f1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -51,7 +51,7 @@
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'

jar 'org.jruby.joni:joni:2.1.15'
jar 'org.jruby.joni:joni:2.1.16'
jar 'org.jruby.extras:bytelist:1.0.15'
jar 'org.jruby.jcodings:jcodings:1.0.29'
jar 'org.jruby:dirgra:0.3'
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -172,7 +172,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.1.15</version>
<version>2.1.16</version>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
Expand Down

0 comments on commit e85f1f7

Please sign in to comment.