Skip to content

Commit

Permalink
resiprocate: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 7, 2023
1 parent 9645bd5 commit 2b3da84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/resiprocate/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def requirements(self):
if self.options.with_ssl:
self.requires("openssl/1.1.1w")
if self.options.with_postgresql:
self.requires("libpq/15.3")
self.requires("libpq/15.4")
if self.options.with_mysql:
self.requires("libmysqlclient/8.0.31")
self.requires("libmysqlclient/8.0.34")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 2b3da84

Please sign in to comment.