Skip to content

Commit 61830ca

Browse files
committed
Update jcodings to 1.0.61 and joni to 2.2.3
1 parent 9c24657 commit 61830ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
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.2.1'
55-
jar 'org.jruby.jcodings:jcodings:1.0.59'
54+
jar 'org.jruby.joni:joni:2.2.3'
55+
jar 'org.jruby.jcodings:jcodings:1.0.61'
5656
jar 'org.jruby:dirgra:0.3'
5757

5858
jar 'com.headius:invokebinder:1.13'

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ DO NOT MODIFY - GENERATED CODE
149149
<dependency>
150150
<groupId>org.jruby.joni</groupId>
151151
<artifactId>joni</artifactId>
152-
<version>2.2.1</version>
152+
<version>2.2.3</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.jruby.jcodings</groupId>
156156
<artifactId>jcodings</artifactId>
157-
<version>1.0.59</version>
157+
<version>1.0.61</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)