deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

chore(gradle): bump com.google.flatbuffers:flatbuffers-java from 1.12.0 to 24.3.25 #6255

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps com.google.flatbuffers:flatbuffers-java from 1.12.0 to 24.3.25.

Release notes

Sourced from com.google.flatbuffers:flatbuffers-java's releases.

v24.3.25

What's Changed

New Contributors

Full Changelog: https://github.com/google/flatbuffers/compare/v24.3.7...v24.3.25

v24.3.7

What's Changed

... (truncated)

Changelog

Sourced from com.google.flatbuffers:flatbuffers-java's changelog.

[24.3.25] (March 25 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.25)

  • Fixed license metadata parsing (#8253)
  • [C++] Allow string_view in LookUpByKey in addition to null-terminated c-style strings (#8203)

[24.3.7] (March 7 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.7)

  • Just to fix some of the CI build issues from the 24.3.6 release.

[24.3.6] (March 6 2024)(https://github.com/google/flatbuffers/releases/tag/v24.3.6)

  • Fix typescript object API to allow 0 values for null-default scalars (#7864)

23.5.26 (May 26 2023)

  • Mostly bug fixing for 64-bit support
  • Adds support for specifying underling type of unions in C++ and TS/JS (#7954)

23.5.9 (May 9 2023)

  • 64-bit support for C++ (#7935)

23.5.8 (May 8 2023)

  • add key_field to compiled tests
  • Add golden language directory
  • Rework cmake flatc codegeneration (#7938)
  • remove defining generated files in test srcs
  • Add binary schema reflection (#7932)
  • Migrate from rules_nodejs to rules_js/rules_ts (take 2) (#7928)
  • flat_buffers.dart: mark const variable finals for internal Dart linters
  • fixed some windows warnings (#7929)
  • inject no long for FBS generation to remove logs in flattests (#7926)
  • Revert "Migrate from rules_nodejs to rules_js/rules_ts (#7923)" (#7927)
  • Migrate from rules_nodejs to rules_js/rules_ts (#7923)
  • Only generate @​kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. (#7881)
  • additional check for absl::string_view availability (#7897)
  • Optionally generate Python type annotations (#7858)
  • Replace deprecated command with environment file (#7921)
  • drop glibc from runtime dependencies (#7906)
  • Make JSON supporting advanced union features (#7869)
  • Allow to use functions from BuildFlatBuffers.cmake from a flatbuffers installation installed with CMake. (#7912)
  • TS/JS: Use TypeError instead of Error when appropriate (#7910)
  • Go: make generated code more compliant to "go fmt" (#7907)
  • Support file_identifier in Go (#7904)
  • Optionally generate type prefixes and suffixes for python code (#7857)
  • Go: add test for FinishWithFileIdentifier (#7905)
  • Fix go_sample.sh (#7903)
  • [TS/JS] Upgrade dependencies (#7889)
  • Add a FileWriter interface (#7821)

... (truncated)

Commits


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 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)
rcaudy commented 1 month ago

May be a redundant ticket.

niloc132 commented 1 month ago

This will be handled as part of #6039, and requires updated barrage and flight.

dependabot[bot] commented 1 month ago

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.