Skip to content

Bump org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63 in /libs/grok#17560

Merged
dbwiddis merged 3 commits intomainfrom
dependabot/gradle/libs/grok/org.jruby.jcodings-jcodings-1.0.63
Mar 11, 2025
Merged

Bump org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63 in /libs/grok#17560
dbwiddis merged 3 commits intomainfrom
dependabot/gradle/libs/grok/org.jruby.jcodings-jcodings-1.0.63

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63.

Commits
  • 536fd52 [maven-release-plugin] prepare release jcodings-1.0.63
  • 8958f69 Merge pull request #67 from ahorek/fix_kddi
  • 1f0ff96 fix kddi
  • 464eadb [maven-release-plugin] prepare for next development iteration
  • a4358db [maven-release-plugin] prepare release jcodings-1.0.62
  • 627da47 Merge pull request #66 from ahorek/unicode15
  • 2bdca5b add lf_newline
  • 566399c update unicode to 15.0
  • 2c3c303 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jruby.jcodings:jcodings](https://github.com/jruby/jcodings) from 1.0.61 to 1.0.63.
- [Commits](jruby/jcodings@jcodings-1.0.61...jcodings-1.0.63)

---
updated-dependencies:
- dependency-name: org.jruby.jcodings:jcodings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot bot and others added 2 commits March 10, 2025 13:37
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for 62ef5ef: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.46%. Comparing base (ffa46ca) to head (62ef5ef).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17560      +/-   ##
============================================
+ Coverage     72.43%   72.46%   +0.03%     
- Complexity    65721    65756      +35     
============================================
  Files          5311     5311              
  Lines        304941   304937       -4     
  Branches      44228    44226       -2     
============================================
+ Hits         220890   220985      +95     
+ Misses        65952    65893      -59     
+ Partials      18099    18059      -40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dbwiddis dbwiddis added the backport 2.x Backport to 2.x branch label Mar 11, 2025
@dbwiddis dbwiddis merged commit 701f1a3 into main Mar 11, 2025
34 of 35 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/libs/grok/org.jruby.jcodings-jcodings-1.0.63 branch March 11, 2025 02:48
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17560-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 701f1a38e6d8f06169f1f16dc9116b360448f80f
# Push it to GitHub
git push --set-upstream origin backport/backport-17560-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-17560-to-2.x.

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-17560-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 701f1a38e6d8f06169f1f16dc9116b360448f80f
# Push it to GitHub
git push --set-upstream origin backport/backport-17560-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-17560-to-2.x.

dbwiddis pushed a commit to dbwiddis/OpenSearch that referenced this pull request Mar 11, 2025
…pensearch-project#17560)

* Bump org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63 in /libs/grok

Bumps [org.jruby.jcodings:jcodings](https://github.com/jruby/jcodings) from 1.0.61 to 1.0.63.
- [Commits](jruby/jcodings@jcodings-1.0.61...jcodings-1.0.63)

---
updated-dependencies:
- dependency-name: org.jruby.jcodings:jcodings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
gaobinlong pushed a commit that referenced this pull request Mar 13, 2025
… in /libs/grok (#17560) (#17572)

* Add json-smart to version catalog (#17569)

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Bump org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63 in /libs/grok (#17560)

* Bump org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63 in /libs/grok

Bumps [org.jruby.jcodings:jcodings](https://github.com/jruby/jcodings) from 1.0.61 to 1.0.63.
- [Commits](jruby/jcodings@jcodings-1.0.61...jcodings-1.0.63)

---
updated-dependencies:
- dependency-name: org.jruby.jcodings:jcodings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

---------

Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
vinaykpud pushed a commit to vinaykpud/OpenSearch that referenced this pull request Mar 18, 2025
…pensearch-project#17560)

* Bump org.jruby.jcodings:jcodings from 1.0.61 to 1.0.63 in /libs/grok

Bumps [org.jruby.jcodings:jcodings](https://github.com/jruby/jcodings) from 1.0.61 to 1.0.63.
- [Commits](jruby/jcodings@jcodings-1.0.61...jcodings-1.0.63)

---
updated-dependencies:
- dependency-name: org.jruby.jcodings:jcodings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x Backport to 2.x branch backport-failed dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant