Skip to content

Bump com.google.protobuf:protobuf-gradle-plugin from 0.8.19 to 0.9.6#267

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.9.6
Open

Bump com.google.protobuf:protobuf-gradle-plugin from 0.8.19 to 0.9.6#267
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.9.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps com.google.protobuf:protobuf-gradle-plugin from 0.8.19 to 0.9.6.

Release notes

Sourced from com.google.protobuf:protobuf-gradle-plugin's releases.

v0.9.6

What's Changed

New Contributors

Full Changelog: google/protobuf-gradle-plugin@v0.9.5...v0.9.6

v0.9.5 is released

Fixed bugs

  • Clean output directory before extracting protos (#735). This was then enhanced to sync instead of delete (#772)
  • Revert work-around removal from #719 and properly fix unexpected inputs to configuration cache (#770)

Improvements

  • Allow the path of a java executable to be configured (#750)
  • Change default output folder to Gradle best practices (generated/sources/proto; plural, not singular) (#755)

Thanks to contributors

@​holgerstolzenberg @​Vampire @​wfhartford

v0.9.4 is released

  • Fix a bug that codegen plugins from system search path no longer works. (#675)
  • Avoid duplicate GenerateProtoTask output dir. This causes tasks to fail if it depends on the output source and duplicationStrategy is set to DuplicatesStrategy.FAIL. (#718)
  • Avoid eagerly resolving input files in ProtobufExtract. This bug would cause a lot of invalidations of configuration cache when upgrading to Gradle 8.1. (#719)
  • Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release. (#721)

v0.9.3 is released

  • Fix "KotlinCompile is not a subclass of the given type org.gradle.api.tasks.SourceTask" regression in 0.9.2 (#657)
  • Fix configuration cache incompatibility with Gradle 8.1 with GenerateProtoTask.getIsTest() in the stack trace (#692)
  • Avoid eager reading of buildDir (#678). buildDir reading is now delayed until task configuration, so care is still needed if you modify buildDir.
  • Upgrade osdetector-gradle-plugin to 1.7.3. This adds detection for loongarch64 and avoids calling Provider.forUseAtConfigurationTime() for Gradle >= 7.4

v0.9.2 is released

Fixed bugs

  • Avoid circular dependencies with other plugins by manually plumbing the test dependency on main instead of using the compile classpath (#631). Fixes #624, a regression introduced in 0.9.0
  • Emulate and deprecate generatedFilesBaseDir (#636). generatedFilesBaseDir no longer changes the output directory directly. Instead, the default directory is always used and files are copied to generatedFilesBaseDir. This allows the task to delete previous output before generating new output. Users of generatedFilesBaseDir should stop using the configuration and instead use a separate Copy or Sync task. Fixes #33 where generated code of old builds remains, for users not using generatedFilesBaseDir
  • Set default command length limit to 64k (#653). Fixes argument list too long on Mac OS (#633)

v0.9.1 is released

Fixed bugs

  • Fixed a regression from 0.8.x where the proto source set filters were not being applied, causing non-.proto files to be passed to protoc (#621). This fixes errors of the form No syntax specified for the proto file: where the file listed is not a .proto file.

... (truncated)

Commits
  • e19f263 0.9.6 release
  • 23b4c86 README.md: Use implementation instead of old compile for deps
  • 894f2d2 Fix deprecated API usage in ToolsLocator
  • 0cce976 Cleanup testProjectKotlinDslBase imports
  • e0c7bff Use ArchiveOperations instead of internal FileOperations, when available
  • b0f3205 Inline deprecated constant value
  • 6dedfa7 Start 0.9.6 development cycle
  • 6672605 0.9.5 release
  • fb71f67 Revert work-around removal from #719 and properly fix #711
  • 665de2f Use sync instead of delete-then-copy
  • 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 [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.19 to 0.9.6.
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](google/protobuf-gradle-plugin@v0.8.19...v0.9.6)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-gradle-plugin
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 30, 2026
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