Skip to content

Commit

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


Updates `plugins/robots/thirdparty/trikRuntime/trikRuntime` from `7aee5cd` to `f4e39e2`
- [Release notes](https://github.com/trikset/trikRuntime/releases)
- [Commits](trikset/trikRuntime@7aee5cd...f4e39e2)

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

---
updated-dependencies:
- dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime
  dependency-type: direct:production
  dependency-group: submodules-junior
- dependency-name: qrtest/thirdparty/googletest/googletest
  dependency-type: direct:production
  dependency-group: submodules-junior
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 331eac4 commit 0245f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qrtest/thirdparty/googletest/googletest
Submodule googletest updated 39 files
+1 −0 .gitignore
+10 −1 CMakeLists.txt
+57 −0 MODULE.bazel
+14 −12 WORKSPACE
+35 −0 WORKSPACE.bzlmod
+6 −4 ci/linux-presubmit.sh
+2 −1 ci/macos-presubmit.sh
+2 −2 ci/windows-presubmit.bat
+15 −5 docs/advanced.md
+6 −0 docs/gmock_cook_book.md
+9 −9 docs/primer.md
+2 −2 docs/reference/mocking.md
+3 −1 docs/reference/testing.md
+10 −10 googlemock/CMakeLists.txt
+21 −3 googlemock/include/gmock/gmock-actions.h
+2 −2 googlemock/include/gmock/gmock-matchers.h
+1 −1 googlemock/include/gmock/gmock-more-actions.h
+1 −0 googlemock/include/gmock/gmock.h
+1 −0 googlemock/src/gmock-spec-builders.cc
+9 −0 googlemock/test/gmock-matchers-comparisons_test.cc
+13 −1 googlemock/test/gmock-more-actions_test.cc
+9 −0 googlemock/test/gmock_link_test.h
+14 −14 googletest/CMakeLists.txt
+4 −0 googletest/cmake/Config.cmake.in
+21 −19 googletest/cmake/internal_utils.cmake
+35 −21 googletest/include/gtest/gtest-printers.h
+1 −0 googletest/include/gtest/gtest.h
+1 −3 googletest/include/gtest/internal/gtest-death-test-internal.h
+1 −1 googletest/include/gtest/internal/gtest-internal.h
+2 −2 googletest/include/gtest/internal/gtest-param-util.h
+16 −7 googletest/include/gtest/internal/gtest-port.h
+13 −2 googletest/src/gtest-port.cc
+28 −8 googletest/src/gtest.cc
+4 −1 googletest/test/googletest-options-test.cc
+0 −5 googletest/test/googletest-output-test-golden-lin.txt
+2 −2 googletest/test/googletest-port-test.cc
+8 −4 googletest/test/gtest_unittest.cc
+9 −6 googletest/test/gtest_xml_output_unittest.py
+8 −8 googletest_deps.bzl

0 comments on commit 0245f28

Please sign in to comment.