From 0dfb55ed41e87b994ff7ea3e6971b3cf2b897ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 18:18:20 +0000 Subject: [PATCH] Bump jcodings from 1.0.44 to 1.0.56 in /libs/grok Bumps [jcodings](https://github.com/jruby/jcodings) from 1.0.44 to 1.0.56. - [Release notes](https://github.com/jruby/jcodings/releases) - [Commits](https://github.com/jruby/jcodings/compare/jcodings-1.0.44...jcodings-1.0.56) --- updated-dependencies: - dependency-name: org.jruby.jcodings:jcodings 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 ce23406721fe6..2d73449a2272d 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.jruby.joni:joni:2.1.41' // joni dependencies: - api 'org.jruby.jcodings:jcodings:1.0.44' + api 'org.jruby.jcodings:jcodings:1.0.56' testImplementation(project(":test:framework")) { exclude group: 'org.opensearch', module: 'opensearch-grok'