Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps com.netflix.nebula:nebula-publishing-plugin from 21.1.0 to 23.0.0.

Release notes

Sourced from com.netflix.nebula:nebula-publishing-plugin's releases.

v23.0.0

What's Changed

Full Changelog: nebula-plugins/nebula-publishing-plugin@v22.2.0...v23.0.0

v22.2.0

What's Changed

Full Changelog: nebula-plugins/nebula-publishing-plugin@v22.1.0...v22.2.0

v22.1.0

What's Changed

New Contributors

Full Changelog: nebula-plugins/nebula-publishing-plugin@v22.0.0...v22.1.0

v22.0.0

Breaking change

This support Gradle 9.x and it's built with Groovy 4.x

Not backwards compatible

What's Changed

Full Changelog: nebula-plugins/nebula-publishing-plugin@v21.2.0...v22.0.0

v21.2.0

What's Changed

Full Changelog: nebula-plugins/nebula-publishing-plugin@v21.1.1...v21.2.0

v21.1.1

What's Changed

New Contributors

... (truncated)

Commits
  • 07a2da0 Update dependency locks for newer plugins (#201)
  • 3bc6820 Merge pull request #200 from nebula-plugins/use-shadow-component-when-shadow-...
  • a72dbb6 Add support for Shadow plugin component in Maven publishing
  • a829924 Merge pull request #199 from nebula-plugins/multiproject-test
  • 5b63ac9 add test to verify that root project contacts are used in subproject POMs
  • 901d86b Merge pull request #198 from nebula-plugins/update-dependencies
  • 236f005 update dependencies
  • 425d621 Gradle 9.0.0
  • 98e0713 Gradle 9.0.0-rc-4
  • 4ce76e5 Remove unnecessary Spring Boot Jar plugin
  • Additional commits viewable 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)

@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file labels Jan 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2026 15:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dependabot PRs with auto version bumps from dependabot labels Jan 26, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
📝 Walkthrough

Walkthrough

Updated the Nebula publishing plugin dependency version from 21.1.0 to 23.0.0 in the build source configuration. This is a straightforward version bump with no other modifications or functional changes.

Changes

Cohort / File(s) Summary
Build dependency version update
buildSrc/build.gradle
Upgraded Nebula publishing plugin from v21.1.0 to v23.0.0

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning PR description lacks required sections. Missing explicit 'Description' section explaining the change, 'Related Issues' section, and incomplete checklist. Add a clear 'Description' section summarizing the update, fill in 'Related Issues' if applicable, and complete all checklist items. The boilerplate generated by Dependabot should be adapted to match the template requirements.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping the nebula-publishing-plugin from version 21.1.0 to 23.0.0, which matches the file change in buildSrc/build.gradle.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

❌ Gradle check result for b653dce: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Bumps [com.netflix.nebula:nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin) from 21.1.0 to 23.0.0.
- [Release notes](https://github.com/nebula-plugins/nebula-publishing-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/nebula-publishing-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/nebula-publishing-plugin@v21.1.0...v23.0.0)

---
updated-dependencies:
- dependency-name: com.netflix.nebula:nebula-publishing-plugin
  dependency-version: 23.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.netflix.nebula-nebula-publishing-plugin-23.0.0 branch from b653dce to 8effe20 Compare January 27, 2026 08:29
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

❌ Gradle check result for 25bd8a2: null

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions
Copy link
Contributor

❌ Gradle check result for 25bd8a2: null

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

0 participants