From 61830ca94a284523a0ad799307c1bb909941e07a Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 16 Jan 2025 13:18:01 -0600 Subject: [PATCH] Update jcodings to 1.0.61 and joni to 2.2.3 --- core/pom.rb | 4 ++-- core/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/pom.rb b/core/pom.rb index 5d0cfe9fe45..8d944c56e31 100644 --- a/core/pom.rb +++ b/core/pom.rb @@ -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' diff --git a/core/pom.xml b/core/pom.xml index 53985b6e922..d7cc300d796 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -149,12 +149,12 @@ DO NOT MODIFY - GENERATED CODE org.jruby.joni joni - 2.2.1 + 2.2.3 org.jruby.jcodings jcodings - 1.0.59 + 1.0.61 org.jruby