From ca1f3f8cb8f8da1153d9b4910e292a101f56e992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:00:02 +0000 Subject: [PATCH] Bump org.jruby.joni:joni from 2.1.45 to 2.1.48 in /libs/grok Bumps [org.jruby.joni:joni](https://github.com/jruby/joni) from 2.1.45 to 2.1.48. - [Release notes](https://github.com/jruby/joni/releases) - [Commits](https://github.com/jruby/joni/compare/joni-2.1.45...joni-2.1.48) --- 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 057b83877d424..2e3cf8d45ceab 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -29,7 +29,7 @@ */ dependencies { - api 'org.jruby.joni:joni:2.1.45' + api 'org.jruby.joni:joni:2.1.48' // joni dependencies: api 'org.jruby.jcodings:jcodings:1.0.58'