firebase-android-sdk icon indicating copy to clipboard operation
firebase-android-sdk copied to clipboard

Bump protobuf-gradle-plugin from 0.8.14 to 0.8.19

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps protobuf-gradle-plugin from 0.8.14 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

v0.8.18 is released

Fixed bugs

  • Restrict getOutputSourceDirectorySet() to directories only (#533). This fixes build failures for certain configurations when outputPath is a zip/jar

Improvements

  • Ignore empty directories for sources (#530). This is in preparation for Gradle 8 which will stop implicitly skipping the task when all directories are empty
  • Clean up Kotlin integration using newer Gradle integration (#531). Does not change minimum Gradle version supported

Thanks to contributors

v0.8.17 is released

Fixed bugs

  • Fix configuration caching violation when generating jar plugin trampoline script by using saved ProjectLayout to get build directory in GenerateProtoTask (#509)

Improvements

  • Make IDEA support work out of the box with lazy lookup of the IDEA plugin (#506)

Thanks to contributors

v0.8.16 is released

Fixed bugs

  • Make compileProtoPath variant selection criteria tighter by adding JAVA_RUNTIME usage attribute. Without this, dependency resolution may result in ambiguous variant selection error if the dependency exposes variants with different usages (#489)
  • Add explicit DuplicatesStrategy as required by Gradle 7+ (#487)

Improvements

  • Mark generated code as "generated" folder in IDEA, so that users will get warned if they try to edit those files (#477)
  • Support outputting generated code directly into JAR/ZIP (#480)

... (truncated)

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)

dependabot[bot] avatar Jun 29 '22 20:06 dependabot[bot]

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a firebase member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

google-oss-bot avatar Jun 29 '22 20:06 google-oss-bot

Superseded by #4178.

dependabot[bot] avatar Oct 06 '22 20:10 dependabot[bot]