dependabot[bot] opened a new pull request #1099: URL: https://github.com/apache/avro/pull/1099
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.15.1. <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>Protocol Buffers v3.15.1</h2> <h1>Ruby</h1> <ul> <li>Bugfix for Message.[] for repeated or map fields (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8313">#8313</a>)</li> <li>Fix for truncating behavior when converting Float to Duration (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8320">#8320</a>)</li> </ul> <h1>C++</h1> <ul> <li>Small fixes for MinGW and for C++20 with GCC (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8318">#8318</a>)</li> </ul> <h2>Protocol Buffers v3.15.0</h2> <h1>Protocol Compiler</h1> <ul> <li>Optional fields for proto3 are enabled by default, and no longer require the --experimental_allow_proto3_optional flag.</li> </ul> <h1>C++</h1> <ul> <li>MessageDifferencer: fixed bug when using custom ignore with multiple unknown fields</li> <li>Use init_seg in MSVC to push initialization to an earlier phase.</li> <li>Runtime no longer triggers -Wsign-compare warnings.</li> <li>Fixed -Wtautological-constant-out-of-range-compare warning.</li> <li>DynamicCastToGenerated works for nullptr input for even if RTTI is disabled</li> <li>Arena is refactored and optimized.</li> <li>Clarified/specified that the exact value of Arena::SpaceAllocated() is an implementation detail users must not rely on. It should not be used in unit tests.</li> <li>Change the signature of Any::PackFrom() to return false on error.</li> <li>Add fast reflection getter API for strings.</li> <li>Constant initialize the global message instances</li> <li>Avoid potential for missed wakeup in UnknownFieldSet</li> <li>Now Proto3 Oneof fields have "has" methods for checking their presence in C++.</li> <li>Bugfix for NVCC</li> <li>Return early in _InternalSerialize for empty maps.</li> <li>Adding functionality for outputting map key values in proto path logging output (does not affect comparison logic) and stop printing 'value' in the path. The modified print functionality is in the MessageDifferencer::StreamReporter.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8129">protocolbuffers/protobuf#8129</a></li> <li>Ensure that null char symbol, package and file names do not result in a crash.</li> <li>Constant initialize the global message instances</li> <li>Pretty print 'max' instead of numeric values in reserved ranges.</li> <li>Removed remaining instances of std::is_pod, which is deprecated in C++20.</li> <li>Changes to reduce code size for unknown field handling by making uncommon cases out of line.</li> <li>Fix std::is_pod deprecated in C++20 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7180">#7180</a>)</li> <li>Fix some -Wunused-parameter warnings (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8053">#8053</a>)</li> <li>Fix detecting file as directory on zOS issue <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8051">#8051</a> (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8052">#8052</a>)</li> <li>Don't include sys/param.h for _BYTE_ORDER (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8106">#8106</a>)</li> <li>remove CMAKE_THREAD_LIBS_INIT from pkgconfig CFLAGS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8154">#8154</a>)</li> <li>Fix TextFormatMapTest.DynamicMessage issue#5136 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8159">#8159</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/052dc799d24a2d27d847e6bad78019364e1b188f"><code>052dc79</code></a> Update protobuf version</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/24d8a554ea4654fc82d21d931e6bb8a8433ef45a"><code>24d8a55</code></a> Updated CHANGES.txt</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d721e36eccfbf1deb2dd558e80856e9ac82a6a11"><code>d721e36</code></a> Made some small fixes for MinGW and for C++20 with GCC</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/b12ab0cf53f87aa7c83758564b963c85f5ff3159"><code>b12ab0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8320">#8320</a> from haberman/ruby-duration-fix</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/3b3aac95a6e39c94530e601df832b0de267445be"><code>3b3aac9</code></a> [Ruby] Fix for truncating behavior when converting Float to Duration.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4f961c8a700a5fd7d02766a644e577f3b8fa5d8a"><code>4f961c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8313">#8313</a> from haberman/ruby-crash-fix</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/256f1327ea456da5728b116e9e80ec73baeb2066"><code>256f132</code></a> [Ruby] Bugfix for Message.[] for repeated or map fields.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ae50d9b9902526efd6c7a1907d09739f959c6297"><code>ae50d9b</code></a> Update protobuf version</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/8260126500f073894c38b2211d383442eb7e58d5"><code>8260126</code></a> Update protobuf version</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c741c4660443da46bfaf6c96fd1f01e743f97b56"><code>c741c46</code></a> Resovled issue in the .pb.cc files</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.15.1">compare view</a></li> </ul> </details> <br /> [](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 </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. For queries about this service, please contact Infrastructure at: [email protected]
