chore(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0#3108
Merged
mergify[bot] merged 1 commit intomainfrom Jan 12, 2026
Conversation
Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.9.0 to 0.10.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
🧪 CI InsightsHere's what we observed from your CI run for 3a5ddef. 🟢 All jobs passed!But CI Insights is watching 👀 |
robfrank
approved these changes
Jan 12, 2026
mergify bot
added a commit
that referenced
this pull request
Feb 8, 2026
Bumps `cucumber.version` from 7.22.1 to 7.34.2. Updates `io.cucumber:cucumber-java` from 7.22.1 to 7.34.2 Release notes *Sourced from [io.cucumber:cucumber-java's releases](https://github.com/cucumber/cucumber-jvm/releases).* > v7.34.2 > ------- > > ### Fixed > > * [Core] Reverted: Early filtering of anonymous classes for glue ([#3158](https://redirect.github.com/cucumber/cucumber-jvm/pull/3158)) > > v7.34.1 > ------- > > ### Fixed > > * Ensure dependencies converge ([#3157](https://redirect.github.com/cucumber/cucumber-jvm/issues/3157) > > v7.34.0 > ------- > > ### Added > > * [Core] Hide successful hooks by default in HTML report ([cucumber/react-components#415](https://redirect.github.com/cucumber/react-components/pull/415)) > * [Java] Support Provider instances with Pico Container ([#2879](https://redirect.github.com/cucumber/cucumber-jvm/issues/2879), [#3128](https://redirect.github.com/cucumber/cucumber-jvm/pull/3128) Stefan Gasterstädt) > * [Java] Add Step info to `@BeforeStep` and `@AfterStep` hooks ([#3139](https://redirect.github.com/cucumber/cucumber-jvm/pull/3139), Menelaos Mamouzellos) > > ### Changed > > * [Core] Refactor internals to use [messages-ndjson](https://github.com/cucumber/messages-ndjson) for serialization ([#3138](https://redirect.github.com/cucumber/cucumber-jvm/pull/3138)) > * [Core] Early filtering of anonymous classes for glue ([#3150](https://redirect.github.com/cucumber/cucumber-jvm/pull/3150), Julien Kronegg) > > ### Fixed > > * [Core] Ignore all potential class loading issues ([#3135](https://redirect.github.com/cucumber/cucumber-jvm/pull/3135), Christoph Läubrich) > > v7.33.0 > ------- > > ### Added > > * [Java] Add `Scenario.getLanguage()` to return the current language ([#3124](https://redirect.github.com/cucumber/cucumber-jvm/pull/3124) Stefan Gasterstädt) > > ### Changed > > * [Core] Upload Cucumber Reports with Gzip encoding ([#3115](https://redirect.github.com/cucumber/cucumber-jvm/pull/3115)) > * [Core] Render the empty tag expression as an empty string ([#222](https://redirect.github.com/cucumber/tag-expressions/pull/222)) > * [Core] Update dependency io.cucumber:html-formatter to v22.2.0 > * [Core] Update dependency io.cucumber:tag-expressions to v8.1.0 > * [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.2 > > ### Fixed > > * [Core] Improve error message for missing operands in tag expressions ([#221](https://redirect.github.com/cucumber/tag-expressions/pull/221)) > * [Core] Include empty scenarios and backgrounds in json report ([#34](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/34)) > > v7.32.0 > ------- > > ### Changed > > * [Core] Update dependency io.cucumber:gherkin to v36.1.0 > * [Core] Update dependency io.cucumber:html-formatter to v22.1.0 > * [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0 > * [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1 > > ### Fixed > > * [Core] Add OS version to `Meta` message ([#3108](https://redirect.github.com/cucumber/cucumber-jvm/pull/3108)) > * [Core] Fix interpolated data tables and doc string arguments in Json report ([#29](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/29)) > > v7.31.0 > ------- > > ### Added > > * [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://redirect.github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje) ... (truncated) Changelog *Sourced from [io.cucumber:cucumber-java's changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md).* > [7.34.2] - 2026-01-29 > --------------------- > > ### Fixed > > * [Core] Reverted: Early filtering of anonymous classes for glue ([#3158](https://redirect.github.com/cucumber/cucumber-jvm/pull/3158)) > > [7.34.1] - 2026-01-28 > --------------------- > > ### Fixed > > * Ensure dependencies converge ([#3157](https://redirect.github.com/cucumber/cucumber-jvm/issues/3157) > > [7.34.0] - 2026-01-28 > --------------------- > > ### Added > > * [Core] Hide successful hooks by default in HTML report ([cucumber/react-components#415](https://redirect.github.com/cucumber/react-components/pull/415)) > * [Java] Support Provider instances with Pico Container ([#2879](https://redirect.github.com/cucumber/cucumber-jvm/issues/2879), [#3128](https://redirect.github.com/cucumber/cucumber-jvm/pull/3128) Stefan Gasterstädt) > * [Java] Add Step info to `@BeforeStep` and `@AfterStep` hooks ([#3139](https://redirect.github.com/cucumber/cucumber-jvm/pull/3139), Menelaos Mamouzellos) > > ### Changed > > * [Core] Refactor internals to use [messages-ndjson](https://github.com/cucumber/messages-ndjson) for serialization ([#3138](https://redirect.github.com/cucumber/cucumber-jvm/pull/3138)) > * [Core] Early filtering of anonymous classes for glue ([#3150](https://redirect.github.com/cucumber/cucumber-jvm/pull/3150), Julien Kronegg) > > ### Fixed > > * [Core] Ignore all potential class loading issues ([#3135](https://redirect.github.com/cucumber/cucumber-jvm/pull/3135), Christoph Läubrich) > > [7.33.0] - 2025-12-09 > --------------------- > > ### Added > > * [Java] Add `Scenario.getLanguage()` to return the current language ([#3124](https://redirect.github.com/cucumber/cucumber-jvm/pull/3124) Stefan Gasterstädt) > > ### Changed > > * [Core] Upload Cucumber Reports with Gzip encoding ([#3115](https://redirect.github.com/cucumber/cucumber-jvm/pull/3115)) > * [Core] Render the empty tag expression as an empty string ([#222](https://redirect.github.com/cucumber/tag-expressions/pull/222)) > * [Core] Update dependency io.cucumber:html-formatter to v22.2.0 > * [Core] Update dependency io.cucumber:tag-expressions to v8.1.0 > * [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.2 > > ### Fixed > > * [Core] Improve error message for missing operands in tag expressions ([#221](https://redirect.github.com/cucumber/tag-expressions/pull/221)) > * [Core] Include empty scenarios and backgrounds in json report ([#34](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/34)) > > [7.32.0] - 2025-11-21 > --------------------- > > ### Changed > > * [Core] Update dependency io.cucumber:gherkin to v36.1.0 > * [Core] Update dependency io.cucumber:html-formatter to v22.1.0 > * [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0 > * [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1 > > ### Fixed > > * [Core] Add OS version to `Meta` message ([#3108](https://redirect.github.com/cucumber/cucumber-jvm/pull/3108)) > * [Core] Fix interpolated data tables and doc string arguments in Json report ([#29](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/29)) > > [7.31.0] - 2025-10-27 > --------------------- > > ### Added > > * [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://redirect.github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje) ... (truncated) Commits * [`b5292ab`](cucumber/cucumber-jvm@b5292ab) Prepare release v7.34.2 * [`3f97272`](cucumber/cucumber-jvm@3f97272) Revert "Avoid scanning anonymous classes ([#3150](https://redirect.github.com/cucumber/cucumber-jvm/issues/3150))" ([#3158](https://redirect.github.com/cucumber/cucumber-jvm/issues/3158)) * [`26a7afa`](cucumber/cucumber-jvm@26a7afa) Update Revapi supressions ([#3159](https://redirect.github.com/cucumber/cucumber-jvm/issues/3159)) * [`2a1a3d6`](cucumber/cucumber-jvm@2a1a3d6) Prepare for the next development iteration * [`88372a3`](cucumber/cucumber-jvm@88372a3) Prepare release v7.34.1 * [`142b589`](cucumber/cucumber-jvm@142b589) Ensure dependencies converge pt2 * [`9e77642`](cucumber/cucumber-jvm@9e77642) Ensure dependencies converge * [`4d9dd93`](cucumber/cucumber-jvm@4d9dd93) Prepare for the next development iteration * [`d16903c`](cucumber/cucumber-jvm@d16903c) Prepare release v7.34.0 * [`7948150`](cucumber/cucumber-jvm@7948150) Update CHANGELOG * Additional commits viewable in [compare view](cucumber/cucumber-jvm@v7.22.1...v7.34.2) Updates `io.cucumber:cucumber-junit-platform-engine` from 7.22.1 to 7.34.2 Release notes *Sourced from [io.cucumber:cucumber-junit-platform-engine's releases](https://github.com/cucumber/cucumber-jvm/releases).* > v7.34.2 > ------- > > ### Fixed > > * [Core] Reverted: Early filtering of anonymous classes for glue ([#3158](https://redirect.github.com/cucumber/cucumber-jvm/pull/3158)) > > v7.34.1 > ------- > > ### Fixed > > * Ensure dependencies converge ([#3157](https://redirect.github.com/cucumber/cucumber-jvm/issues/3157) > > v7.34.0 > ------- > > ### Added > > * [Core] Hide successful hooks by default in HTML report ([cucumber/react-components#415](https://redirect.github.com/cucumber/react-components/pull/415)) > * [Java] Support Provider instances with Pico Container ([#2879](https://redirect.github.com/cucumber/cucumber-jvm/issues/2879), [#3128](https://redirect.github.com/cucumber/cucumber-jvm/pull/3128) Stefan Gasterstädt) > * [Java] Add Step info to `@BeforeStep` and `@AfterStep` hooks ([#3139](https://redirect.github.com/cucumber/cucumber-jvm/pull/3139), Menelaos Mamouzellos) > > ### Changed > > * [Core] Refactor internals to use [messages-ndjson](https://github.com/cucumber/messages-ndjson) for serialization ([#3138](https://redirect.github.com/cucumber/cucumber-jvm/pull/3138)) > * [Core] Early filtering of anonymous classes for glue ([#3150](https://redirect.github.com/cucumber/cucumber-jvm/pull/3150), Julien Kronegg) > > ### Fixed > > * [Core] Ignore all potential class loading issues ([#3135](https://redirect.github.com/cucumber/cucumber-jvm/pull/3135), Christoph Läubrich) > > v7.33.0 > ------- > > ### Added > > * [Java] Add `Scenario.getLanguage()` to return the current language ([#3124](https://redirect.github.com/cucumber/cucumber-jvm/pull/3124) Stefan Gasterstädt) > > ### Changed > > * [Core] Upload Cucumber Reports with Gzip encoding ([#3115](https://redirect.github.com/cucumber/cucumber-jvm/pull/3115)) > * [Core] Render the empty tag expression as an empty string ([#222](https://redirect.github.com/cucumber/tag-expressions/pull/222)) > * [Core] Update dependency io.cucumber:html-formatter to v22.2.0 > * [Core] Update dependency io.cucumber:tag-expressions to v8.1.0 > * [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.2 > > ### Fixed > > * [Core] Improve error message for missing operands in tag expressions ([#221](https://redirect.github.com/cucumber/tag-expressions/pull/221)) > * [Core] Include empty scenarios and backgrounds in json report ([#34](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/34)) > > v7.32.0 > ------- > > ### Changed > > * [Core] Update dependency io.cucumber:gherkin to v36.1.0 > * [Core] Update dependency io.cucumber:html-formatter to v22.1.0 > * [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0 > * [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1 > > ### Fixed > > * [Core] Add OS version to `Meta` message ([#3108](https://redirect.github.com/cucumber/cucumber-jvm/pull/3108)) > * [Core] Fix interpolated data tables and doc string arguments in Json report ([#29](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/29)) > > v7.31.0 > ------- > > ### Added > > * [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://redirect.github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje) ... (truncated) Changelog *Sourced from [io.cucumber:cucumber-junit-platform-engine's changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md).* > [7.34.2] - 2026-01-29 > --------------------- > > ### Fixed > > * [Core] Reverted: Early filtering of anonymous classes for glue ([#3158](https://redirect.github.com/cucumber/cucumber-jvm/pull/3158)) > > [7.34.1] - 2026-01-28 > --------------------- > > ### Fixed > > * Ensure dependencies converge ([#3157](https://redirect.github.com/cucumber/cucumber-jvm/issues/3157) > > [7.34.0] - 2026-01-28 > --------------------- > > ### Added > > * [Core] Hide successful hooks by default in HTML report ([cucumber/react-components#415](https://redirect.github.com/cucumber/react-components/pull/415)) > * [Java] Support Provider instances with Pico Container ([#2879](https://redirect.github.com/cucumber/cucumber-jvm/issues/2879), [#3128](https://redirect.github.com/cucumber/cucumber-jvm/pull/3128) Stefan Gasterstädt) > * [Java] Add Step info to `@BeforeStep` and `@AfterStep` hooks ([#3139](https://redirect.github.com/cucumber/cucumber-jvm/pull/3139), Menelaos Mamouzellos) > > ### Changed > > * [Core] Refactor internals to use [messages-ndjson](https://github.com/cucumber/messages-ndjson) for serialization ([#3138](https://redirect.github.com/cucumber/cucumber-jvm/pull/3138)) > * [Core] Early filtering of anonymous classes for glue ([#3150](https://redirect.github.com/cucumber/cucumber-jvm/pull/3150), Julien Kronegg) > > ### Fixed > > * [Core] Ignore all potential class loading issues ([#3135](https://redirect.github.com/cucumber/cucumber-jvm/pull/3135), Christoph Läubrich) > > [7.33.0] - 2025-12-09 > --------------------- > > ### Added > > * [Java] Add `Scenario.getLanguage()` to return the current language ([#3124](https://redirect.github.com/cucumber/cucumber-jvm/pull/3124) Stefan Gasterstädt) > > ### Changed > > * [Core] Upload Cucumber Reports with Gzip encoding ([#3115](https://redirect.github.com/cucumber/cucumber-jvm/pull/3115)) > * [Core] Render the empty tag expression as an empty string ([#222](https://redirect.github.com/cucumber/tag-expressions/pull/222)) > * [Core] Update dependency io.cucumber:html-formatter to v22.2.0 > * [Core] Update dependency io.cucumber:tag-expressions to v8.1.0 > * [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.2 > > ### Fixed > > * [Core] Improve error message for missing operands in tag expressions ([#221](https://redirect.github.com/cucumber/tag-expressions/pull/221)) > * [Core] Include empty scenarios and backgrounds in json report ([#34](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/34)) > > [7.32.0] - 2025-11-21 > --------------------- > > ### Changed > > * [Core] Update dependency io.cucumber:gherkin to v36.1.0 > * [Core] Update dependency io.cucumber:html-formatter to v22.1.0 > * [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0 > * [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1 > > ### Fixed > > * [Core] Add OS version to `Meta` message ([#3108](https://redirect.github.com/cucumber/cucumber-jvm/pull/3108)) > * [Core] Fix interpolated data tables and doc string arguments in Json report ([#29](https://redirect.github.com/cucumber/cucumber-json-formatter/pull/29)) > > [7.31.0] - 2025-10-27 > --------------------- > > ### Added > > * [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://redirect.github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje) ... (truncated) Commits * [`b5292ab`](cucumber/cucumber-jvm@b5292ab) Prepare release v7.34.2 * [`3f97272`](cucumber/cucumber-jvm@3f97272) Revert "Avoid scanning anonymous classes ([#3150](https://redirect.github.com/cucumber/cucumber-jvm/issues/3150))" ([#3158](https://redirect.github.com/cucumber/cucumber-jvm/issues/3158)) * [`26a7afa`](cucumber/cucumber-jvm@26a7afa) Update Revapi supressions ([#3159](https://redirect.github.com/cucumber/cucumber-jvm/issues/3159)) * [`2a1a3d6`](cucumber/cucumber-jvm@2a1a3d6) Prepare for the next development iteration * [`88372a3`](cucumber/cucumber-jvm@88372a3) Prepare release v7.34.1 * [`142b589`](cucumber/cucumber-jvm@142b589) Ensure dependencies converge pt2 * [`9e77642`](cucumber/cucumber-jvm@9e77642) Ensure dependencies converge * [`4d9dd93`](cucumber/cucumber-jvm@4d9dd93) Prepare for the next development iteration * [`d16903c`](cucumber/cucumber-jvm@d16903c) Prepare release v7.34.0 * [`7948150`](cucumber/cucumber-jvm@7948150) Update CHANGELOG * Additional commits viewable in [compare view](cucumber/cucumber-jvm@v7.22.1...v7.34.2) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)