Skip to content

Commit

Permalink
Updated deps (#688)
Browse files Browse the repository at this point in the history
Signed-off-by: AssemblyJohn <[email protected]>
  • Loading branch information
AssemblyJohn authored May 15, 2024
1 parent e8ec2c4 commit 2c28b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 2c28b84

Please sign in to comment.