Skip to content

Comments

build(deps-dev): bump io.github.ascopes:protobuf-maven-plugin from 4.1.3 to 5.0.0#5803

Merged
nscuro merged 2 commits intomasterfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.0.0
Feb 17, 2026
Merged

build(deps-dev): bump io.github.ascopes:protobuf-maven-plugin from 4.1.3 to 5.0.0#5803
nscuro merged 2 commits intomasterfrom
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.

Breaking changes

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

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>

Old parameter alias removals

Some old parameter aliases have been removed that were in place for backwards compatibility previously:

... (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:development
  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
@owasp-dt-bot
Copy link

owasp-dt-bot commented Feb 16, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

As per migration guide https://github.com/ascopes/protobuf-maven-plugin/releases/tag/v5.0.0

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added this to the 4.14.0 milestone Feb 16, 2026
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b86d923) 24556 19987 81.39%
Head commit (d70ec67) 24556 (+0) 19987 (+0) 81.39% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5803) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@nscuro nscuro merged commit 43a9756 into master Feb 17, 2026
11 of 14 checks passed
@nscuro nscuro deleted the dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.0.0 branch February 17, 2026 10:39
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.

2 participants