From 86b1e58e8c28465dc3662dc3d3b8d0a4f7773238 Mon Sep 17 00:00:00 2001 From: BjoernAtBosch Date: Fri, 5 Jul 2024 09:09:08 +0200 Subject: [PATCH] Fix VS Code task for running the Vehicle Databroker CLI (#101) --- .velocitas-lock.json | 2 +- .velocitas.json | 4 ++-- NOTICE-3RD-PARTY-CONTENT.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.velocitas-lock.json b/.velocitas-lock.json index 54e6f02..282c0b2 100644 --- a/.velocitas-lock.json +++ b/.velocitas-lock.json @@ -1,6 +1,6 @@ { "packages": { - "devenv-runtimes": "v4.0.4", + "devenv-runtimes": "v4.0.5", "devenv-devcontainer-setup": "v2.1.0", "devenv-github-templates": "v1.0.5", "devenv-github-workflows": "v6.0.4" diff --git a/.velocitas.json b/.velocitas.json index dc33384..e340355 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -1,6 +1,6 @@ { "packages": { - "devenv-runtimes": "v4.0.4", + "devenv-runtimes": "v4.0.5", "devenv-devcontainer-setup": "v2.1.0", "devenv-github-templates": "v1.0.5", "devenv-github-workflows": "v6.0.4" @@ -18,5 +18,5 @@ "githubRepoId": "eclipse-velocitas/vehicle-app-cpp-sdk", "appManifestPath": "examples/seat-adjuster/AppManifest.json" }, - "cliVersion": "v0.10.0" + "cliVersion": "v0.10.1" } diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index f86c5e4..8da70cb 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -4,7 +4,7 @@ | Dependency | Version | License | |:-----------|:-------:|--------:| |bottle|0.12.25|MIT| -|certifi|2024.6.2|Mozilla Public License 2.0| +|certifi|2024.7.4|Mozilla Public License 2.0| |cfgv|3.4.0|MIT| |charset-normalizer|3.3.2|MIT| |colorama|0.4.6|BSD|