Skip to content

build(deps-dev): bump io.github.ascopes:protobuf-maven-plugin from 4.1.2 to 5.1.2#86

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

build(deps-dev): bump io.github.ascopes:protobuf-maven-plugin from 4.1.2 to 5.1.2#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps io.github.ascopes:protobuf-maven-plugin from 4.1.2 to 5.1.2.

Release notes

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

v5.1.2

What's Changed

Full Changelog: ascopes/protobuf-maven-plugin@v5.1.1...v5.1.2

v5.1.1

What's Changed

New Contributors

Full Changelog: ascopes/protobuf-maven-plugin@v5.1.0...v5.1.1

v5.1.0

New features

  • Implement "protoc distributions" allowing you to specify the protoc binary to use in the same format that protoc plugins are specified. The old mechanism of specifying a string value is still supported. See the documentation for full usage examples.
    • This allows users to now override the name of the binary to look for on the system path.
    • Users can now explicitly override the maven classifier, type, group ID, and artifact ID of the protoc binary if pulling from Maven central.

Internal updates

  • Swapped out default JVM GC for JVM-based protoc plugins from Parallel GC to Serial GC.
  • Adjust initial heap for JVM-based protoc plugins.
  • Build on Maven 3.9.14.
  • Dependency updates.
  • Removed warnings for termux users as they add little benefit outside what is already known.
  • Plexus converters are now scoped per execution, which should allow earlier freeing of some memory after execution completes.

v5.0.2

Bugfixes:

  • Reimplement artifact resolution to handle additional edge cases that may previously have bled into other code and caused spurious/unhelpful/vague exceptions during dependency resolution.
    • Specifically, this handles a case where passing a non-existent classifier on a published dependency could result in an ArrayIndexOutOfBoundsException being raised at runtime. Other edge cases should also be handled more sensibly moving forwards.

Other changes:

  • Dependency resolution now explicitly ensures additional configuration overrides within the Maven/Aether transports are propagated and used correctly with respect to things like proxies and custom authenticators.
  • New examples by @​sleepkqq for building Kotlin gRPC projects in the documentation.
  • Build on Maven 3.9.13 in addition to 3.9.6 and 4.0.0-rc-5, now that the former has been released.

v5.0.1 release notes

  • Implemented partial workaround for GH-596 where users may experience OutOfMemoryExceptions being raised by Eclipse Aether during dependency resolution. - The plugin now follows similar behaviour to Maven Core by not recursing into transitive test dependencies and fat artifact dependencies, which was considered to be surprising and undefined behaviour.
    • Users depending on the old behaviour should explicitly declare their dependencies following standard Maven conventions.

... (truncated)

Commits
  • edb4355 [maven-release-plugin] prepare release v5.1.2
  • 6f93c89 Merge pull request #974 from hypnoce/plugin_configurator_session_scoped
  • 50e40e3 Make PluginConfigurator SessionScoped to avoid class loading issues
  • cfe9ce6 [maven-release-plugin] prepare for next development iteration
  • b51ca07 [maven-release-plugin] prepare release v5.1.1
  • fd6246b Merge pull request #973 from hypnoce/per_plugin_skip
  • 8e16868 Fix per plugin skip. Make sure the skip attribute on plugins is taken into ac...
  • 5fd265c Fix typo in changing-protoc-versions.md
  • 12a2eb2 Remove broken codecov steps from release pipeline
  • b7f5180 [maven-release-plugin] prepare for next development iteration
  • 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.2 to 5.1.2.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
- [Commits](ascopes/protobuf-maven-plugin@v4.1.2...v5.1.2)

---
updated-dependencies:
- dependency-name: io.github.ascopes:protobuf-maven-plugin
  dependency-version: 5.1.2
  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 Apr 1, 2026
@tadayosi
Copy link
Copy Markdown
Owner

tadayosi commented Apr 1, 2026

@dependabot ignore this major version

@dependabot dependabot bot closed this Apr 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

OK, I won't notify you about version 5.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.1.2 branch April 1, 2026 05:47
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.

1 participant