Skip to content

Commit

Permalink
Bump the submodules group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the submodules group with 4 updates: [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime), [qrtest/thirdparty/googletest/googletest](https://github.com/google/googletest), [plugins/robots/thirdparty/hidapi](https://github.com/libusb/hidapi) and [installer/nxt-tools](https://github.com/trikset/nxt-tools).


Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `29b4ecd` to `8adad20`
- [Release notes](https://github.com/trikset/trikRuntime/releases)
- [Commits](trikset/trikRuntime@29b4ecd...8adad20)

Updates `qrtest/thirdparty/googletest/googletest` from `4a1a299` to `dddb219`
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@4a1a299...dddb219)

Updates `plugins/robots/thirdparty/hidapi` from `5fd7a79` to `7011fa9`
- [Release notes](https://github.com/libusb/hidapi/releases)
- [Commits](libusb/hidapi@5fd7a79...7011fa9)

Updates `installer/nxt-tools` from `dff80a0` to `6c4d5f1`
- [Commits](trikset/nxt-tools@dff80a0...6c4d5f1)

---
updated-dependencies:
- dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: qrtest/thirdparty/googletest/googletest
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: plugins/robots/thirdparty/hidapi
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: installer/nxt-tools
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 8720120 commit bb03896
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer/nxt-tools
Submodule nxt-tools updated 4377 files
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 53 files
+11 −2 CMakeLists.txt
+4 −4 CONTRIBUTING.md
+8 −8 README.md
+12 −12 WORKSPACE
+1 −1 ci/linux-presubmit.sh
+7 −7 docs/advanced.md
+18 −39 docs/faq.md
+1 −1 docs/gmock_cheat_sheet.md
+9 −3 docs/gmock_cook_book.md
+5 −5 docs/gmock_for_dummies.md
+12 −12 docs/primer.md
+2 −2 docs/reference/assertions.md
+3 −4 docs/reference/mocking.md
+1 −1 docs/reference/testing.md
+10 −10 googlemock/CMakeLists.txt
+3 −3 googlemock/README.md
+28 −4 googlemock/include/gmock/gmock-actions.h
+5 −4 googlemock/include/gmock/gmock-function-mocker.h
+2 −2 googlemock/include/gmock/gmock-matchers.h
+1 −1 googlemock/include/gmock/gmock-more-actions.h
+8 −7 googlemock/include/gmock/gmock.h
+1 −1 googlemock/src/gmock-matchers.cc
+1 −0 googlemock/src/gmock-spec-builders.cc
+2 −1 googlemock/src/gmock_main.cc
+9 −0 googlemock/test/gmock-matchers-comparisons_test.cc
+13 −1 googlemock/test/gmock-more-actions_test.cc
+1 −1 googlemock/test/gmock-spec-builders_test.cc
+9 −0 googlemock/test/gmock_link_test.h
+13 −13 googletest/CMakeLists.txt
+3 −3 googletest/README.md
+4 −0 googletest/cmake/Config.cmake.in
+22 −20 googletest/cmake/internal_utils.cmake
+33 −2 googletest/include/gtest/gtest-message.h
+48 −4 googletest/include/gtest/gtest-printers.h
+7 −7 googletest/include/gtest/gtest.h
+1 −3 googletest/include/gtest/internal/gtest-death-test-internal.h
+19 −19 googletest/include/gtest/internal/gtest-internal.h
+3 −1 googletest/include/gtest/internal/gtest-param-util.h
+2 −0 googletest/include/gtest/internal/gtest-port-arch.h
+52 −79 googletest/include/gtest/internal/gtest-port.h
+1 −1 googletest/src/gtest-death-test.cc
+5 −3 googletest/src/gtest-filepath.cc
+2 −2 googletest/src/gtest-internal-inl.h
+37 −10 googletest/src/gtest-port.cc
+7 −5 googletest/src/gtest.cc
+2 −1 googletest/src/gtest_main.cc
+1 −0 googletest/test/BUILD.bazel
+23 −0 googletest/test/googletest-message-test.cc
+3 −3 googletest/test/googletest-port-test.cc
+44 −0 googletest/test/googletest-printers-test.cc
+23 −41 googletest/test/gtest_help_test.py
+1 −1 googletest/test/gtest_unittest.cc
+8 −8 googletest_deps.bzl

0 comments on commit bb03896

Please sign in to comment.