Skip to content

Commit 72e248c

Browse files
fix(deps): Bump protobufGradleVersion from 0.8.15 to 0.8.16 (#120)
Bumps `protobufGradleVersion` from 0.8.15 to 0.8.16. Updates `protobuf-gradle-plugin` from 0.8.15 to 0.8.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/protobuf-gradle-plugin/releases">protobuf-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>v0.8.16 is released</h2> <h2>Fixed bugs</h2> <ul> <li>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 (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/489">#489</a>)</li> <li>Add explicit DuplicatesStrategy as required by Gradle 7+ (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/487">#487</a>)</li> </ul> <h2>Improvements</h2> <ul> <li>Mark generated code as &quot;generated&quot; folder in IDEA, so that users will get warned if they try to edit those files (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/477">#477</a>)</li> <li>Support outputting generated code directly into JAR/ZIP (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/480">#480</a>)</li> </ul> <h2>Thanks to contributors</h2> <ul> <li><a href="https://github.com/oehme"><code>@​oehme</code></a></li> <li><a href="https://github.com/karuppiah7890"><code>@​karuppiah7890</code></a></li> <li><a href="https://github.com/tom-haines"><code>@​tom-haines</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/784f97db12ef3d041d3ca68d07308f3b46e1cb48"><code>784f97d</code></a> 0.8.16 release</li> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/44309a20736dbfa5de3bb3e50a2566fb994ab936"><code>44309a2</code></a> Make compileProtoPath variant selection criteria tighter (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/489">#489</a>)</li> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/76a1922a83de85d13286e8fdfcec4bcae54427a8"><code>76a1922</code></a> Add explicit DuplicatesStrategy as required by gradle 7+ (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/487">#487</a>)</li> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/1ff7893d212511a8284b4d65d84e1a4ba02a0d7c"><code>1ff7893</code></a> Fix typo for setting descriptor location in README example (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/484">#484</a>)</li> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/cd45c9d0579a51d2d355d6754167d68a70735c4d"><code>cd45c9d</code></a> Support outputting generated code directly into JAR/ZIP archives (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/480">#480</a>)</li> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/0500ff355e4967b46d9a08b90f720007a6deb54f"><code>0500ff3</code></a> Mark generated source dirs in IDEA (<a href="https://github-redirect.dependabot.com/google/protobuf-gradle-plugin/issues/477">#477</a>)</li> <li><a href="https://github.com/google/protobuf-gradle-plugin/commit/568b37351131222af1dea14c55eedfa963baaa63"><code>568b373</code></a> Start 0.8.16 development cycle</li> <li>See full diff in <a href="https://github.com/google/protobuf-gradle-plugin/compare/v0.8.15...v0.8.16">compare view</a></li> </ul> </details> <br /> Updates `com.google.protobuf` from 0.8.15 to 0.8.16 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
1 parent 55fd6d3 commit 72e248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript{
66
kotlinCoroutinesVersion = '1.5.0'
77
grpcVersion = '1.39.0'
88
protobufVersion = '3.17.3'
9-
protobufGradleVersion = '0.8.15'
9+
protobufGradleVersion = '0.8.16'
1010
}
1111
}
1212

0 commit comments

Comments
 (0)