Skip to content

Commit f0ddc9a

Browse files
committed
Update to jcodings 1.0.59
Issues fixed: * jruby/jcodings#61 * jruby/jcodings#62 * jruby/jcodings#60
1 parent 71fe5f3 commit f0ddc9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
jar 'com.github.jnr:jffi:${jffi.version}:native'
5353

5454
jar 'org.jruby.joni:joni:2.2.1'
55-
jar 'org.jruby.jcodings:jcodings:1.0.58'
55+
jar 'org.jruby.jcodings:jcodings:1.0.59'
5656
jar 'org.jruby:dirgra:0.3'
5757

5858
jar 'com.headius:invokebinder:1.13'

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ DO NOT MODIFY - GENERATED CODE
154154
<dependency>
155155
<groupId>org.jruby.jcodings</groupId>
156156
<artifactId>jcodings</artifactId>
157-
<version>1.0.58</version>
157+
<version>1.0.59</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)