fgerlits commented on code in PR #2254:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2254#discussion_r4044651645
##########
cmake/Abseil.cmake:
##########
@@ -28,8 +28,8 @@ set(PC ${Bash_EXECUTABLE} -c "set -x &&\
FetchContent_Declare(
absl
- URL
https://github.com/abseil/abseil-cpp/archive/refs/tags/20260526.0.tar.gz
- URL_HASH
SHA256=6e1aee535473414164bf83e4ebc40240dec71a4701f8a642d906e95bea1aea0c
+ URL
https://github.com/abseil/abseil-cpp/archive/refs/tags/20260817.0.tar.gz
Review Comment:
There was a leak in the 20260526 version which is fixed in the 20260817
version, so I upgraded instead of patching.
We should review and upgrade both Conan and non-Conan dependency versions
periodically. Maybe after each release, so there is time to find and fix any
issues before the next release?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]