diff --git a/dependencies.yaml b/dependencies.yaml index e6859936c..de0e7416a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -50,13 +50,13 @@ libcurl: # and would otherwise be overwritten by the version used there libevse-security: git: https://github.com/EVerest/libevse-security.git - git_tag: 34ced9f4452c2ffe3145f4ff200c42dc83278c47 + git_tag: 4330ce2e28e25535dd01558edb2331891c146769 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY" # OCPP libocpp: git: https://github.com/EVerest/libocpp.git - git_tag: 169573382e4d790103ce008027bb753d5ebd124a + git_tag: 6c2cdead9bdc288f6998ca1a5e6292514f3a41c9 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP" # Josev Josev: diff --git a/third-party/bazel/deps_versions.bzl b/third-party/bazel/deps_versions.bzl index 9670fadb3..6a1dbe89a 100644 --- a/third-party/bazel/deps_versions.bzl +++ b/third-party/bazel/deps_versions.bzl @@ -46,7 +46,7 @@ EVEREST_DEPS = struct( # libevse-security libevse_security_repo = "https://github.com/EVerest/libevse-security.git", - libevse_security_commit = "34ced9f4452c2ffe3145f4ff200c42dc83278c47", + libevse_security_commit = "4330ce2e28e25535dd01558edb2331891c146769", libevse_security_tag = None, # libfsm @@ -61,7 +61,7 @@ EVEREST_DEPS = struct( # libocpp libocpp_repo = "https://github.com/EVerest/libocpp.git", - libocpp_commit = "169573382e4d790103ce008027bb753d5ebd124a", + libocpp_commit = "6c2cdead9bdc288f6998ca1a5e6292514f3a41c9", libocpp_tag = None, # libslac