Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump protobuf-gradle-plugin from 0.8.18 to 0.8.19 #219

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2022

Bumps protobuf-gradle-plugin from 0.8.18 to 0.8.19.

Release notes

Sourced from protobuf-gradle-plugin's releases.

v0.8.19 is released

The coordinates of the plugin have changed (inadvertently, same as in gradle/plugin-portal-requests#124). If you are not using the plugin DSL, then you will need to change the dependency classpath from gradle.plugin.com.google.protobuf:protobuf-gradle-plugin to com.google.protobuf:protobuf-gradle-plugin when upgrading. I hope that's the only issue. I would fix it with another release, but it seems this is how Gradle wants it, because plugin-publish is removing an override.

Fixed bugs

  • Fixed issue that would warn of google/protobuf-gradle-plugin#248 with Android, even when it didn't make sense (#542). The plugin itself was at fault
  • Fixed path-based protoc/plugin binaries to be considered for out-of-date checking (#560)

Improvements

  • Avoid eager task loading (#544). This reduces the Gradle configuration time
  • Ignore protoc/plugin artifact classifier for out-of-date checks (#560). This allows the Gradle cache to share results between platforms

Thanks to contributors

Commits
  • 42b7ee3 0.8.19 release
  • 2758817 Convert more classes to CompileStatic (#569)
  • 20d4d51 Easy part of CompileStatic migration
  • e7f9ab4 Readme: Typo in property name for Python's config
  • b8d4680 Migrate compile configuration to implementation
  • 9393cc4 Have allstar ignore testing jars
  • 6bb945c Merge pull request #560 from clayburn/457-ignore-os-input-to-generateProtoTask
  • 56d5875 Update outdated references to getAlternativePaths
  • 19b52b6 Fix CodeNarc violations
  • c9576b6 Suggest Gradle Plugin Portal instead of Maven Central
  • 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 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 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 [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.18 to 0.8.19.
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](google/protobuf-gradle-plugin@v0.8.18...v0.8.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 30, 2022
@mikehardy mikehardy merged commit 372eb70 into main Jun 30, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.8.19 branch June 30, 2022 18:19
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