You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/06 08:40:04 UTC

[GitHub] [dubbo-samples] dependabot[bot] opened a new pull request, #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

dependabot[bot] opened a new pull request, #548:
URL: https://github.com/apache/dubbo-samples/pull/548

   Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.6.0 to 3.16.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf-java's releases</a>.</em></p>
   <blockquote>
   <h2>Protobuf Release v3.16.3</h2>
   <h1>Java</h1>
   <ul>
   <li>Refactoring java full runtime to reuse sub-message builders and prepare to
   migrate parsing logic from parse constructor to builder.</li>
   <li>Move proto wireformat parsing functionality from the private &quot;parsing
   constructor&quot; to the Builder class.</li>
   <li>Change the Lite runtime to prefer merging from the wireformat into mutable
   messages rather than building up a new immutable object before merging. This
   way results in fewer allocations and copy operations.</li>
   <li>Make message-type extensions merge from wire-format instead of building up
   instances and merging afterwards. This has much better performance.</li>
   <li>Fix TextFormat parser to build up recurring (but supposedly not repeated)
   sub-messages directly from text rather than building a new sub-message and
   merging the fully formed message into the existing field.</li>
   <li>This release addresses a <a href="https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2">Security Advisory for Java users</a></li>
   </ul>
   <h2>Protocol Buffers v3.16.1</h2>
   <h1>Java</h1>
   <ul>
   <li>Improve performance characteristics of UnknownFieldSet parsing (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9371">#9371</a>)</li>
   </ul>
   <h2>Protocol Buffers v3.16.0</h2>
   <h1>C++</h1>
   <ul>
   <li>Fix compiler warnings issue found in conformance_test_runner <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8189">#8189</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8190">#8190</a>)</li>
   <li>Fix MinGW-w64 build issues. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8286">#8286</a>)</li>
   <li>[Protoc] C++ Resolved an issue where NO_DESTROY and CONSTINIT are in incorrect order (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8296">#8296</a>)</li>
   <li>Fix PROTOBUF_CONSTINIT macro redefinition (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8323">#8323</a>)</li>
   <li>Delete StringPiecePod (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8353">#8353</a>)</li>
   <li>Fix gcc error: comparison of unsigned expression in '&gt;= 0' is always … (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8309">#8309</a>)</li>
   <li>Fix cmake install on iOS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8301">#8301</a>)</li>
   <li>Create a CMake option to control whether or not RTTI is enabled (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8347">#8347</a>)</li>
   <li>Fix endian.h location on FreeBSD (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8351">#8351</a>)</li>
   <li>Refactor util::Status (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8354">#8354</a>)</li>
   <li>Make util::Status more similar to absl::Status (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8405">#8405</a>)</li>
   <li>Fix -Wsuggest-destructor-override for generated C++ proto classes. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8408">#8408</a>)</li>
   <li>Refactor StatusOr and StringPiece (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8406">#8406</a>)</li>
   <li>Refactor uint128 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8416">#8416</a>)</li>
   <li>The ::pb namespace is no longer exposed due to conflicts.</li>
   <li>Allow MessageDifferencer::TreatAsSet() (and friends) to override previous
   calls instead of crashing.</li>
   <li>Reduce the size of generated proto headers for protos with <code>string</code> or
   <code>bytes</code> fields.</li>
   <li>Move arena() operation on uncommon path to out-of-line routine</li>
   <li>For iterator-pair function parameter types, take both iterators by value.</li>
   <li>Code-space savings and perhaps some modest performance improvements in
   RepeatedPtrField.</li>
   <li>Eliminate nullptr check from every tag parse.</li>
   <li>Remove unused _$name$<em>cached_byte_size</em> fields.</li>
   <li>Serialize extension ranges together when not broken by a proto field in the
   middle.</li>
   <li>Do out-of-line allocation and deallocation of string object in ArenaString.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/b8c2488f480bbe3d66b9874c2fcd434201caa48a"><code>b8c2488</code></a> Updating version.json and repo version numbers to: 16.3</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/42e47e5a3fa7219b136f6a5de7c74a89a79245c6"><code>42e47e5</code></a> Refactoring Java parsing (3.16.x) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10668">#10668</a>)</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/98884a8a293488375e10480e5ff1c1f76de9ec8f"><code>98884a8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10556">#10556</a> from deannagarcia/3.16.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/450b648f288f9a6def073f08e3300233bb46c5dd"><code>450b648</code></a> Cherrypick ruby fixes for monterey</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/b17bb392b46a7bc9d09ae075dc5e8557e246698d"><code>b17bb39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10548">#10548</a> from protocolbuffers/3.16.x-202209131829</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/c18f5e71d86063fd6cea2c47cd7ab4131db5c9e2"><code>c18f5e7</code></a> Updating changelog</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/6f4e81791d390cba199184c378e75da40a4965f0"><code>6f4e817</code></a> Updating version.json and repo version numbers to: 16.2</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/a7d4e94a4666b722695d9c55ac842d4a3735699e"><code>a7d4e94</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10547">#10547</a> from deannagarcia/3.16.x</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/55815e423bb82cc828836bbd60c79c1f9a195763"><code>55815e4</code></a> Apply patch</li>
   <li><a href="https://github.com/protocolbuffers/protobuf/commit/152d7bf809dcb24fd9d417d66cf2b270b3654369"><code>152d7bf</code></a> Update version.json with &quot;lts&quot;: true (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/10535">#10535</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.6.0...v3.16.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.6.0&new-version=3.16.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/dubbo-samples/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1357170399

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1348462043

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1363535736

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1358994894

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1338824537

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1354256834

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1343908892

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1362791399

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1354200763

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] AlbumenJ closed pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json
URL: https://github.com/apache/dubbo-samples/pull/548


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] AlbumenJ commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1306566315

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1336356282

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1361001054

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1356223358

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] AlbumenJ commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1306675230

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1357048044

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1333164013

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] dependabot[bot] commented on pull request #548: Bump protobuf-java from 3.6.0 to 3.16.3 in /dubbo-samples-protobuf-json

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #548:
URL: https://github.com/apache/dubbo-samples/pull/548#issuecomment-1355986319

   Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org