Libcurl and Curl upgrade

Hello,

We have recently upgraded anaconda on RHEL 7. Our conda version is in 24.7.1. and curl version is in 8.7.1.

Recently we have got a vulnerability on the curl and libcurl version available on the anaconda environment. I tried to upgrade curl and libcurl, but when i tried to update it , it says requested packages already been installed.

But in the anaconda portal, i can see latest curl version is 8.9.1 from conda forge channel, but i cant install the latest version.

When I tried to run the install with specfic curl version as like below
conda install curl=8.9.1
I’m getting this warning
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY

Any thoughts how to resolve this issue? Thanks