Skip to content

Commit

Permalink
Bump jcodings from 1.0.44 to 1.0.57 in /libs/grok (#2736)
Browse files Browse the repository at this point in the history
* 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](jruby/jcodings@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] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* 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 <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Handalian <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2022
1 parent 365e07c commit 6103010
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions libs/grok/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -41,7 +41,3 @@ dependencies {
tasks.named('forbiddenApisMain').configure {
replaceSignatureFiles 'jdk-signatures'
}

thirdPartyAudit.ignoreMissingClasses(
'org.jcodings.unicode.UnicodeCodeRange'
)
1 change: 0 additions & 1 deletion libs/grok/licenses/jcodings-1.0.44.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions libs/grok/licenses/jcodings-1.0.57.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
603a9ceac39cbf7f6f27fe18b2fded4714319b0a

0 comments on commit 6103010

Please sign in to comment.