diff --git a/CHANGELOG.md b/CHANGELOG.md index e2835ddf11f4b..78b1a27836e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `opentelemetry-semconv` from 1.27.0-alpha to 1.29.0-alpha ([#16700](https://github.com/opensearch-project/OpenSearch/pull/16700)) - Bump `com.google.re2j:re2j` from 1.7 to 1.8 ([#17012](https://github.com/opensearch-project/OpenSearch/pull/17012)) - Bump `com.squareup.okio:okio` from 3.9.1 to 3.10.2 ([#17060](https://github.com/opensearch-project/OpenSearch/pull/17060)) +- Bump `org.jruby.jcodings:jcodings` from 1.0.58 to 1.0.61 ([#17061](https://github.com/opensearch-project/OpenSearch/pull/17061)) ### Changed - Indexed IP field supports `terms_query` with more than 1025 IP masks [#16391](https://github.com/opensearch-project/OpenSearch/pull/16391) diff --git a/libs/grok/build.gradle b/libs/grok/build.gradle index 97cf68a7971fa..5064c904b4273 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.jruby.joni:joni:2.2.1' // joni dependencies: - api 'org.jruby.jcodings:jcodings:1.0.58' + api 'org.jruby.jcodings:jcodings:1.0.61' testImplementation(project(":test:framework")) { exclude group: 'org.opensearch', module: 'opensearch-grok' diff --git a/libs/grok/licenses/jcodings-1.0.58.jar.sha1 b/libs/grok/licenses/jcodings-1.0.58.jar.sha1 deleted file mode 100644 index 0202d24704a50..0000000000000 --- a/libs/grok/licenses/jcodings-1.0.58.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -dce27159dc0382e5f7518d4f3e499fc8396357ed \ No newline at end of file diff --git a/libs/grok/licenses/jcodings-1.0.61.jar.sha1 b/libs/grok/licenses/jcodings-1.0.61.jar.sha1 new file mode 100644 index 0000000000000..df675e0f40640 --- /dev/null +++ b/libs/grok/licenses/jcodings-1.0.61.jar.sha1 @@ -0,0 +1 @@ +51b947691d501d0b6b3c04955d82e934e190b7ad \ No newline at end of file