diff --git a/CHANGELOG.md b/CHANGELOG.md index 39061ec7a5659..f8e3d9fea262a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `reactor-netty` from 1.3.2 to 1.3.3 ([#20589](https://github.com/opensearch-project/OpenSearch/pull/20589)) - Bump `reactor` from 3.8.2 to 3.8.3 ([#20589](https://github.com/opensearch-project/OpenSearch/pull/20589)) - Bump `org.jruby.jcodings:jcodings` from 1.0.63 to 1.0.64 ([#20713](https://github.com/opensearch-project/OpenSearch/pull/20713)) -- Bump `org.jruby.joni:joni` from 2.2.3 to 2.2.6 ([#20714](https://github.com/opensearch-project/OpenSearch/pull/20714)) +- Bump `org.jruby.joni:joni` from 2.2.3 to 2.2.7 ([#20714](https://github.com/opensearch-project/OpenSearch/pull/20714), [#20759](https://github.com/opensearch-project/OpenSearch/pull/20759)) - Bump `tj-actions/changed-files` from 47.0.1 to 47.0.4 ([#20638](https://github.com/opensearch-project/OpenSearch/pull/20638), [#20716](https://github.com/opensearch-project/OpenSearch/pull/20716)) - Bump `com.nimbusds:nimbus-jose-jwt` from 10.7 to 10.8 ([#20715](https://github.com/opensearch-project/OpenSearch/pull/20715)) - Bump OpenTelemetry to 1.59.0 and OpenTelemetry Semconv to 1.40.0 ([#20737](https://github.com/opensearch-project/OpenSearch/pull/20737)) diff --git a/libs/grok/build.gradle b/libs/grok/build.gradle index 6c252a726d03a..39b38ee0ba969 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -29,7 +29,7 @@ */ dependencies { - api 'org.jruby.joni:joni:2.2.6' + api 'org.jruby.joni:joni:2.2.7' // joni dependencies: api 'org.jruby.jcodings:jcodings:1.0.64' diff --git a/libs/grok/licenses/joni-2.2.6.jar.sha1 b/libs/grok/licenses/joni-2.2.6.jar.sha1 deleted file mode 100644 index c097a8c30bb51..0000000000000 --- a/libs/grok/licenses/joni-2.2.6.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -864217ab7dcece78ad7bf3c045a602d871ff309a \ No newline at end of file diff --git a/libs/grok/licenses/joni-2.2.7.jar.sha1 b/libs/grok/licenses/joni-2.2.7.jar.sha1 new file mode 100644 index 0000000000000..689d03fc18adb --- /dev/null +++ b/libs/grok/licenses/joni-2.2.7.jar.sha1 @@ -0,0 +1 @@ +cb952bb876a4b1bbcea57b2bf0232bb898ee4042 \ No newline at end of file