From 493e5e7e9b7d794aa9fb5c5e21b0b85091cc77b1 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Sat, 19 Sep 2026 15:13:59 +0000 Subject: [PATCH] Update cppcheck-version to 2.22.0 from 2.14.2 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 08c8ff8..c55f5f6 100644 --- a/buildenv +++ b/buildenv @@ -1,6 +1,6 @@ # Update bump details accordingly. Use bump check to confirm. # bump: cppcheck-version /CPPCHECK_VERSION="(.*)"/ https://github.com/danmar/cppcheck.git|semver:* -CPPCHECK_VERSION="2.14.2" # Specify a stable release +CPPCHECK_VERSION="2.22.0" # Specify a stable release export ZOPEN_STABLE_TAG="${CPPCHECK_VERSION}" export ZOPEN_STABLE_URL="https://github.com/danmar/cppcheck.git" export ZOPEN_STABLE_DEPS="zoslib libpcre2 coreutils make cmake"