From 2041056044feb5c7ec9bfa71271eaa455f08daef Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 16 Mar 2023 07:41:36 -0500 Subject: [PATCH] Use invokebinder 1.13 to avoid logger security check See https://github.com/headius/invokebinder/pull/15 and #7720. Fixes #7726. --- core/pom.rb | 2 +- core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.rb b/core/pom.rb index 53f82c89113..0b804d6ce84 100644 --- a/core/pom.rb +++ b/core/pom.rb @@ -55,7 +55,7 @@ jar 'org.jruby.jcodings:jcodings:1.0.58' jar 'org.jruby:dirgra:0.3' - jar 'com.headius:invokebinder:1.12' + jar 'com.headius:invokebinder:1.13' jar 'com.headius:options:1.6' jar 'com.jcraft:jzlib:1.1.3' diff --git a/core/pom.xml b/core/pom.xml index cccc4591591..2469e79b2dd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -164,7 +164,7 @@ DO NOT MODIFY - GENERATED CODE com.headius invokebinder - 1.12 + 1.13 com.headius