From 6103010e145cf1724c7603f1f1c4ec24e8985d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:40:08 -0700 Subject: [PATCH] Bump jcodings from 1.0.44 to 1.0.57 in /libs/grok (#2736) * Bump jcodings from 1.0.44 to 1.0.57 in /libs/grok Bumps [jcodings](https://github.com/jruby/jcodings) from 1.0.44 to 1.0.57. - [Release notes](https://github.com/jruby/jcodings/releases) - [Commits](https://github.com/jruby/jcodings/compare/jcodings-1.0.44...jcodings-1.0.57) --- updated-dependencies: - dependency-name: org.jruby.jcodings:jcodings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] * Fix forbiddenApisCheck for libs/grok. This change removes the ignoreMissingClasses block of the thirdPartyAudit check. This class is not missing, so the check causes failures. Signed-off-by: Marc Handalian Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Marc Handalian --- libs/grok/build.gradle | 6 +----- libs/grok/licenses/jcodings-1.0.44.jar.sha1 | 1 - libs/grok/licenses/jcodings-1.0.57.jar.sha1 | 1 + 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 libs/grok/licenses/jcodings-1.0.44.jar.sha1 create mode 100644 libs/grok/licenses/jcodings-1.0.57.jar.sha1 diff --git a/libs/grok/build.gradle b/libs/grok/build.gradle index ce23406721fe6..e406a80ee1c91 100644 --- a/libs/grok/build.gradle +++ b/libs/grok/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.jruby.joni:joni:2.1.41' // joni dependencies: - api 'org.jruby.jcodings:jcodings:1.0.44' + api 'org.jruby.jcodings:jcodings:1.0.57' testImplementation(project(":test:framework")) { exclude group: 'org.opensearch', module: 'opensearch-grok' @@ -41,7 +41,3 @@ dependencies { tasks.named('forbiddenApisMain').configure { replaceSignatureFiles 'jdk-signatures' } - -thirdPartyAudit.ignoreMissingClasses( - 'org.jcodings.unicode.UnicodeCodeRange' -) \ No newline at end of file diff --git a/libs/grok/licenses/jcodings-1.0.44.jar.sha1 b/libs/grok/licenses/jcodings-1.0.44.jar.sha1 deleted file mode 100644 index 4449009d3395e..0000000000000 --- a/libs/grok/licenses/jcodings-1.0.44.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -a6884b2fd8fd9a56874db05afaa22435043a2e3e \ No newline at end of file diff --git a/libs/grok/licenses/jcodings-1.0.57.jar.sha1 b/libs/grok/licenses/jcodings-1.0.57.jar.sha1 new file mode 100644 index 0000000000000..1a703c2644787 --- /dev/null +++ b/libs/grok/licenses/jcodings-1.0.57.jar.sha1 @@ -0,0 +1 @@ +603a9ceac39cbf7f6f27fe18b2fded4714319b0a \ No newline at end of file