From 49b69debbce5f05fb19051cb69d0717ed0da23f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:34:03 +0000 Subject: [PATCH] Bump org.jruby.jcodings:jcodings from 1.0.63 to 1.0.64 in /libs/grok Bumps [org.jruby.jcodings:jcodings](https://github.com/jruby/jcodings) from 1.0.63 to 1.0.64. - [Commits](https://github.com/jruby/jcodings/compare/jcodings-1.0.63...jcodings-1.0.64) --- updated-dependencies: - dependency-name: org.jruby.jcodings:jcodings dependency-version: 1.0.64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- libs/grok/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/grok/build.gradle b/libs/grok/build.gradle index a23f518ee9c5a..6c252a726d03a 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.jruby.joni:joni:2.2.6' // joni dependencies: - api 'org.jruby.jcodings:jcodings:1.0.63' + api 'org.jruby.jcodings:jcodings:1.0.64' testImplementation(project(":test:framework")) { exclude group: 'org.opensearch', module: 'opensearch-grok'