Skip to content

Commit

Permalink
Update jcodings to 1.0.61 and joni to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 17, 2025
1 parent 9c24657 commit 61830ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'

jar 'org.jruby.joni:joni:2.2.1'
jar 'org.jruby.jcodings:jcodings:1.0.59'
jar 'org.jruby.joni:joni:2.2.3'
jar 'org.jruby.jcodings:jcodings:1.0.61'
jar 'org.jruby:dirgra:0.3'

jar 'com.headius:invokebinder:1.13'
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<version>2.2.1</version>
<version>2.2.3</version>
</dependency>
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
<version>1.0.59</version>
<version>1.0.61</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
Expand Down

0 comments on commit 61830ca

Please sign in to comment.