diff --git a/recipes/mosquitto/2.x/conanfile.py b/recipes/mosquitto/2.x/conanfile.py index e74f95b9fab5b..57423de129c48 100644 --- a/recipes/mosquitto/2.x/conanfile.py +++ b/recipes/mosquitto/2.x/conanfile.py @@ -66,7 +66,7 @@ def requirements(self): if self.options.ssl: self.requires("openssl/[>=1.1 <4]") if self.options.get_safe("cjson"): - self.requires("cjson/1.7.16") + self.requires("cjson/1.7.19") if self.options.get_safe("websockets"): self.requires("libwebsockets/4.3.2") if self.options.get_safe("threading") and self.settings.os == "Windows" and Version(self.version) >= "2.0.21":