Skip to content

chore(deps): bump io.github.ascopes:protobuf-maven-plugin from 4.1.3 to 5.0.0#3455

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.0.0
Open

chore(deps): bump io.github.ascopes:protobuf-maven-plugin from 4.1.3 to 5.0.0#3455
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps io.github.ascopes:protobuf-maven-plugin from 4.1.3 to 5.0.0.

Release notes

Sourced from io.github.ascopes:protobuf-maven-plugin's releases.

v5.0.0

New major version that removes some old tech debt introduced for backwards API compatibility with minor versions on v4.x and older. This allows extending this plugin with new features moving forwards by removing some limitations around the old way of configuring a couple of aspects.

The changes are fairly minor, but migration details have been added below.

[!TIP] Users with concerns about making changes across many projects due to being pinned to an older version of this plugin can first upgrade their parent projects to point at v4.1.3 of this plugin while they perform migration steps incrementally.

If there are any concerns or queries, please add a comment to the discussion.

Protoc plugin declarations

We have removed deprecated legacy protoc plugin parameters from GH-877 -- users must use the plugins parameter instead now. - binaryMavenPlugins is removed, use plugins with kind="binary-maven" instead. - binaryPathPlugins is removed, use plugins with kind="path" instead. - binaryUrlPlugins is removed, use plugins with kind="url" instead. - jvmMavenPlugins is removed, use plugins with kind jvm-maven instead.

See https://ascopes.github.io/protobuf-maven-plugin/using-protoc-plugins.html for full usage details and examples, but effectively the change that users will want to make is the following:

Old usage:

<configuration>
  <binaryMavenPlugins>
    <binaryMavenPlugin>...</binaryMavenPlugin>
    <binaryMavenPlugin>...</binaryMavenPlugin>
  </binaryMavenPlugins>
<jvmMavenPlugins>
<jvmMavenPlugin>...</jvmMavenPlugin>
</jvmMavenPlugins>
</configuration>

New usage:

<configuration>
  <plugins>
    <plugin kind="binary-maven">...</plugin>
    <plugin kind="binary-maven">...</plugin>
    <plugin kind="jvm-maven">...</plugin>
    <plugin kind="path">...</plugin>
    <plugin kind="url">...</plugin>
    ...
  </plugins>
</configuration>

... (truncated)

Commits
  • 28ce929 [maven-release-plugin] prepare release v5.0.0
  • f05d73a Remove note relevant to v4 from README.
  • 62277d2 Merge pull request #908 for v5.0 of the plugin
  • f56218a Update project versions to v5.0.0
  • 36b165d Remove deprecation message added from d497214
  • 33c7d4a Remove aliases used for backwards-compatibility
  • 5137abf Remove 'sourcePaths' alias for 'sourceDirectories' parameter
  • 9ca690e Remove deprecated legacy protoc plugin parameters from GH-877
  • 6daa791 Merge pull request #936 from ascopes/dependabot/maven/protobuf-maven-plugin/s...
  • 8f9a15c Bump io.projectreactor:reactor-core
  • 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 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 [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 4.1.3 to 5.0.0.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v4.1.3...v5.0.0)

---
updated-dependencies:
- dependency-name: io.github.ascopes:protobuf-maven-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 16, 2026
@mergify
Copy link
Contributor

mergify bot commented Feb 16, 2026

🧪 CI Insights

Here's what we observed from your CI run for f4044ac.

🟢 All jobs passed!

But CI Insights is watching 👀

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants