We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0303464 commit 6f293eaCopy full SHA for 6f293ea
2 files changed
core/pom.rb
@@ -54,7 +54,7 @@
54
jar 'com.github.jnr:jffi:${jffi.version}:native'
55
56
jar 'org.jruby.joni:joni:2.2.6'
57
- jar 'org.jruby.jcodings:jcodings:1.0.63'
+ jar 'org.jruby.jcodings:jcodings:1.0.64'
58
jar 'org.jruby:dirgra:0.5'
59
60
jar 'com.headius:invokebinder:1.14'
core/pom.xml
@@ -154,7 +154,7 @@ DO NOT MODIFY - GENERATED CODE
154
<dependency>
155
<groupId>org.jruby.jcodings</groupId>
156
<artifactId>jcodings</artifactId>
157
- <version>1.0.63</version>
+ <version>1.0.64</version>
158
</dependency>
159
160
<groupId>org.jruby</groupId>
0 commit comments