Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps com.google.protobuf:protobuf-gradle-plugin from 0.9.2 to 0.9.4.

Release notes

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

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
Commits
  • 32afa9e 0.9.4 release
  • a7c26cb Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release (#715) (#721)
  • 5c15781 stop using configuration Configuration#fileCollection(Dependency...), soon to...
  • 4502c7e Avoid eagerly resolving input files in ProtobufExtract (#713) (#719)
  • 30fa504 Avoid duplicate GenerateProtoTask output dir (#703) (#718)
  • 1c33cad README: clarify plugins search path (#702) (#717)
  • 6673571 Support plugins without an ExecutableLocator
  • 0a2c7bb Start 0.9.4 development cycle
  • b4ee4a7 0.9.3 release
  • 2ca308b remove jcenter add maven central (#698)
  • 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 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)

@dependabot dependabot bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Sep 25, 2023
@github-actions
Copy link

github-actions bot commented Sep 25, 2023

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

@github-actions
Copy link

Unit Test Results

   820 files  +   820     820 suites  +820   38m 7s ⏱️ + 38m 7s
4 995 tests +4 995  4 973 ✔️ +4 973  21 💤 +21  1 +1 
9 899 runs  +9 899  9 856 ✔️ +9 856  42 💤 +42  1 +1 

For more details on these failures, see this check.

Results for commit 2352d99. ± Comparison against base commit 292d549.

Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.9.2 to 0.9.4.
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](google/protobuf-gradle-plugin@0.9.2...v0.9.4)

---
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 force-pushed the dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.9.4 branch from 2352d99 to 10971d5 Compare September 26, 2023 20:52
@Watemlifts Watemlifts self-requested a review September 26, 2023 20:52
@Watemlifts Watemlifts self-assigned this Sep 26, 2023
@Watemlifts Watemlifts added the enhancement New feature or request label Sep 26, 2023
@Watemlifts Watemlifts merged commit 150d3b1 into master Sep 26, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.9.4 branch September 26, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Mend: dependency security vulnerability Security vulnerability detected by Mend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants