build: bump ndn-cxx dependency

Change-Id: I6e6172cb64d9a5f7c297ec668f1bb89063bd9d9d
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index a677d91..299b052 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -20,7 +20,7 @@
 
 if [[ $ID == macos ]]; then
     if [[ -n $GITHUB_ACTIONS ]]; then
-        export HOMEBREW_NO_INSTALL_UPGRADE=1
+        export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
     fi
     brew update
     brew install --formula "${FORMULAE[@]}"