Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps io.github.ascopes:protobuf-maven-plugin from 3.10.2 to 4.0.2.

Release notes

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

v4.0.2

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v4.0.1...v4.0.2

v4.0.1

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v4.0.0...v4.0.1

v4.0.0

Noteworthy changes from v3

  • Java 17 is now a minimum requirement to use this plugin. This decision has been made for several reasons:
    • Oracle's free JDK 11 support has finished.
    • Project dependencies require Java 17 on the newest versions:
      • AssertJ v4.0
      • Checkstyle 12
      • JUnit 6
    • Spring now requires Java 17.
    • Quarkus now requires Java 17.
    • Micronaut now requires Java 17.
    • Jackson now requires Java 17.
    • Maven 4.0 will require Java 17 once released.
  • Maven 3.9 is now a minimum requirement rather than Maven 3.8 (and previous internal workarounds to support Maven 3.8 have been removed).
    • We now rely on Eclipse Aether and Eclipse Sisu internals for some aspects that were not previously available on Maven 3.8, which aligns us with behaviour in other Maven plugins moving forwards. Users should expect no visible behaviour change here.

Non-breaking changes

  • embedSourcesInClassOutputs is now true rather than false, to enable improved semantics for importing dependencies within protobuf sources. Users who wish for this functionality to remain disabled can explicitly disable it within the plugin configuration.
  • <protocVersion> is now an alias for <protoc> rather than vice versa. Users can continue to use the old name until v5 but are encouraged to update.

Deprecated attribute removal

Attributes in goals that are marked as deprecated have been removed:

  • Failing on invalid dependencies - we will always ignore invalid dependencies, leaving the user to verify the integrity of the rest of their project via Maven warnings. This is already the default, but users almost never have full control of their entire dependency graph, and full project level validation is out of scope for this Maven plugin.

Removed functionality

Some functionality that is not deemed useful has been removed:

  • Native protoc outputs with no native tooling/toolchains, or that is otherwise difficult to test, have been removed.
    • Objective-C - no common tooling exists in Maven.
    • C++ - no common tooling exists in Maven.

... (truncated)

Commits

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 [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 3.10.2 to 4.0.2.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v3.10.2...v4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 4, 2025

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 maven size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants