From de115b1760437d4832a9ec2d3d12461cc2dbf2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:50:59 +0000 Subject: [PATCH] Bump org.jruby.joni:joni from 2.2.3 to 2.2.5 in /libs/grok Bumps [org.jruby.joni:joni](https://github.com/jruby/joni) from 2.2.3 to 2.2.5. - [Commits](https://github.com/jruby/joni/compare/joni-2.2.3...joni-2.2.5) --- updated-dependencies: - dependency-name: org.jruby.joni:joni 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 9ea59bc2a77b8..1382f316bbf01 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -29,7 +29,7 @@ */ dependencies { - api 'org.jruby.joni:joni:2.2.3' + api 'org.jruby.joni:joni:2.2.5' // joni dependencies: api 'org.jruby.jcodings:jcodings:1.0.61'