Skip to content

Commit

Permalink
⬆️ Bump the submodules group with 3 updates (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 17, 2023
1 parent 926c895 commit 181929f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/Catch2
Submodule Catch2 updated 31 files
+1 −1 docs/cmake-integration.md
+4 −0 src/CMakeLists.txt
+1 −1 src/catch2/benchmark/catch_optimizer.hpp
+1 −0 src/catch2/catch_all.hpp
+115 −0 src/catch2/internal/catch_jsonwriter.cpp
+139 −0 src/catch2/internal/catch_jsonwriter.hpp
+4 −1 src/catch2/internal/catch_reporter_registry.cpp
+4 −0 src/catch2/meson.build
+395 −0 src/catch2/reporters/catch_reporter_json.cpp
+95 −0 src/catch2/reporters/catch_reporter_json.hpp
+1 −0 src/catch2/reporters/catch_reporters_all.hpp
+5 −1 tests/CMakeLists.txt
+2 −0 tests/SelfTest/Baselines/automake.sw.approved.txt
+2 −0 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+141 −2 tests/SelfTest/Baselines/compact.sw.approved.txt
+141 −2 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/console.std.approved.txt
+410 −2 tests/SelfTest/Baselines/console.sw.approved.txt
+410 −2 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+22 −1 tests/SelfTest/Baselines/junit.sw.approved.txt
+22 −1 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+23 −0 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+23 −0 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+49 −1 tests/SelfTest/Baselines/tap.sw.approved.txt
+49 −1 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+4 −0 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+4 −0 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+387 −2 tests/SelfTest/Baselines/xml.sw.approved.txt
+387 −2 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+152 −0 tests/SelfTest/IntrospectiveTests/Json.tests.cpp
+3 −1 tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp
2 changes: 1 addition & 1 deletion libs/parallel-hashmap
2 changes: 1 addition & 1 deletion libs/pybind11

0 comments on commit 181929f

Please sign in to comment.