diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 18a9808..5f3849c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -12,7 +12,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2 +FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.3 ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE ENV REINSTALL_CMAKE_VERSION_FROM_SOURCE="${REINSTALL_CMAKE_VERSION_FROM_SOURCE:-none}" diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 07effa7..32deb04 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -38,7 +38,7 @@ jobs: build-image: name: "Building image (${{ matrix.component.name }})" runs-on: ubuntu-latest - container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2 + container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.3 strategy: matrix: component: ${{ fromJson(inputs.deployment-matrix-str) }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b53cee9..91414f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ on: jobs: build-and-publish: runs-on: ubuntu-22.04 - container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2 + container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.3 name: "Build, Test and Lint" steps: - name: Checkout repository diff --git a/.github/workflows/ensure-lifecycle.yml b/.github/workflows/ensure-lifecycle.yml index 8d31b62..c547c90 100644 --- a/.github/workflows/ensure-lifecycle.yml +++ b/.github/workflows/ensure-lifecycle.yml @@ -27,7 +27,7 @@ on: jobs: check-sync: runs-on: ubuntu-22.04 - container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.2 + container: ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.1.3 name: Are files in sync? steps: diff --git a/.velocitas.json b/.velocitas.json index 098b994..588df26 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -6,7 +6,7 @@ }, { "name": "devenv-github-workflows", - "version": "v2.0.7" + "version": "v2.0.9" }, { "name": "devenv-github-templates", @@ -14,7 +14,7 @@ }, { "name": "devenv-devcontainer-setup", - "version": "v1.1.8" + "version": "v1.1.9" } ], "variables": { diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 39bd682..3575654 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -13,17 +13,17 @@ |distlib|0.3.6|Python Software Foundation License| |distro|1.7.0|Apache 2.0| |fasteners|0.18|Apache 2.0| -|filelock|3.12.0|The Unlicense (Unlicense)| +|filelock|3.12.2|The Unlicense (Unlicense)| |gcovr|5.2|BSD| |identify|2.5.24|MIT| |idna|3.4|BSD| |Jinja2|3.1.2|New BSD| |lxml|4.9.2|New BSD| -|MarkupSafe|2.1.2|New BSD| +|MarkupSafe|2.1.3|New BSD| |node-semver|0.6.1|MIT| |nodeenv|1.8.0|BSD| |patch-ng|1.17.4|MIT| -|platformdirs|3.5.1|MIT| +|platformdirs|3.8.0|MIT| |pluginbase|1.0.1|BSD| |pre-commit|2.20.0|MIT| |Pygments|2.15.1|Simplified BSD| @@ -36,7 +36,7 @@ |toml|0.10.2|MIT| |tqdm|4.65.0|MIT
Mozilla Public License 2.0 (MPL 2.0)| |urllib3|1.26.16|MIT| -|virtualenv|20.23.0|MIT| +|virtualenv|20.23.1|MIT| ## Workflows | Dependency | Version | License | |:-----------|:-------:|--------:| diff --git a/NOTICE.md b/NOTICE.md index 1a1070c..77d8fc6 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -48,18 +48,19 @@ The C++ dependencies should be normally also listed in the auto-generated notice Due to the limited Conan support of the Pivotal License Finder currently used in our [License Check](https://github.com/eclipse-velocitas/license-check), they are given here (manually added) for time being: + | Dependency | Version | License | |:-----------|:-------:|--------:| |abseil|20220623.0|Apache 2.0| -|c-ares|1.18.1|c-ares (MIT-style)| -|cpr|1.9.3|MIT| +|c-ares|1.19.1|c-ares (MIT-style)| +|cpr|1.10.1|MIT| |fmt|9.1.0|MIT| |googleapis|cci.20221108|Apache 2.0| |grpc|1.50.1|Apache 2.0| |grpc-proto|cci.20220627|Apache 2.0| -|libcurl|7.87.0|CURL| +|libcurl|8.1.2|CURL| |nlohmann_json|3.11.2|MIT| -|openssl|1.1.1t|OpenSSL License AND SSLeay License| +|openssl|1.1.1u|OpenSSL License AND SSLeay License| |paho-mqtt-c|1.3.9|EPL 2.0 AND EDL 1.0| |paho-mqtt-cpp|1.2.0|EPL 1.0 AND EDL 1.0| |protobuf|3.21.9|Google License| diff --git a/app/Dockerfile b/app/Dockerfile index af2bea8..1e11796 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -14,7 +14,7 @@ # syntax = docker/dockerfile:1.2 -FROM ghcr.io/eclipse-velocitas/vehicle-app-cpp-sdk:v0.3.1 as builder +FROM ghcr.io/eclipse-velocitas/vehicle-app-cpp-sdk:v0.3.2 as builder RUN apk update && \ apk add ninja && \ diff --git a/sdk b/sdk index 33297ef..f850491 160000 --- a/sdk +++ b/sdk @@ -1 +1 @@ -Subproject commit 33297efd8df885232986ce8acf4882e4edee1918 +Subproject commit f850491e2f413eab1edb107865c64bc53a511860