From fda04d39307b97c2e8de0c6d81b499c4bd3fc254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:39:25 +0000 Subject: [PATCH] Bump org.jruby.joni:joni from 2.2.1 to 2.2.3 Bumps [org.jruby.joni:joni](https://github.com/jruby/joni) from 2.2.1 to 2.2.3. - [Commits](https://github.com/jruby/joni/compare/joni-2.2.1...joni-2.2.3) --- updated-dependencies: - dependency-name: org.jruby.joni:joni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 4f3c5de49dbc6..2a338283b3921 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -120,7 +120,7 @@ dependencies { api 'org.apache.maven:maven-model:3.9.6' api 'com.networknt:json-schema-validator:1.2.0' api 'org.jruby.jcodings:jcodings:1.0.58' - api 'org.jruby.joni:joni:2.2.1' + api 'org.jruby.joni:joni:2.2.3' api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson_databind')}" api "org.ajoberstar.grgit:grgit-core:5.2.1"