Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated libocpp and libevse-security dependencies #688

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions third-party/bazel/deps_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading