Skip to content

Commit

Permalink
[legacy] flatbuffers: Bump v24.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jul 3, 2024
1 parent a008e7c commit e0a828e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ExternalProject_Add(zeromq
)

list(APPEND packages flatbuffers)
set(flatbuffers_version "23.5.26")
set(flatbuffers_version "24.3.25")
ExternalProject_Add(flatbuffers
GIT_REPOSITORY https://github.com/google/flatbuffers GIT_TAG v${flatbuffers_version}
${CMAKE_DEFAULT_ARGS} CMAKE_ARGS
Expand Down
2 changes: 1 addition & 1 deletion legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ please contact us.
| faircmakemodules | 1.0.0 | https://github.com/FairRootGroup/FairCMakeModules |
| fairlogger | 2.0.0 | https://github.com/FairRootGroup/FairLogger |
| fairmq | 1.8.4 | https://github.com/FairRootGroup/FairMQ |
| flatbuffers | 23.5.26 | https://github.com/google/flatbuffers |
| flatbuffers | 24.3.25 | https://github.com/google/flatbuffers |
| fmt | 11.0.0 | https://github.com/fmtlib/fmt |
| geant3 | 4-2_fairsoft | https://github.com/FairRootGroup/geant3 |
| geant4 | 11.2.2 | https://geant4.web.cern.ch |
Expand Down

0 comments on commit e0a828e

Please sign in to comment.