forked from platformio/platformio-core
Bump GoogleTest dependency to 1.12.1
This commit is contained in:
@ -90,7 +90,7 @@ class GoogletestTestCaseParser:
|
||||
|
||||
class GoogletestTestRunner(TestRunnerBase):
|
||||
|
||||
EXTRA_LIB_DEPS = ["google/googletest@^1.12.0"]
|
||||
EXTRA_LIB_DEPS = ["google/googletest@^1.12.1"]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user