diff --git a/CMakeLists.txt b/CMakeLists.txt index e36796a6c..0c66b5c94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(ocpp - VERSION 0.17.1 + VERSION 0.17.2 DESCRIPTION "A C++ implementation of the Open Charge Point Protocol" LANGUAGES CXX ) diff --git a/dependencies.yaml b/dependencies.yaml index 02c69f4b9..181095c94 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -3,7 +3,7 @@ nlohmann_json: git: https://github.com/nlohmann/json git_tag: v3.11.2 options: ["JSON_BuildTests OFF", "JSON_MultipleHeaders ON"] -pboettch_json_schema_validator: +nlohmann_json_schema_validator: git: https://github.com/pboettch/json-schema-validator git_tag: 2.3.0 options: