Skip to content

Commit

Permalink
qt/5.x.x: bump sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 25, 2023
1 parent 463c062 commit e194276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def requirements(self):
if self.options.get_safe("with_libpng", False) and not self.options.multiconfiguration:
self.requires("libpng/1.6.40")
if self.options.with_sqlite3 and not self.options.multiconfiguration:
self.requires("sqlite3/3.43.1")
self.requires("sqlite3/3.44.2")
if self.options.get_safe("with_mysql", False):
self.requires("libmysqlclient/8.1.0")
if self.options.with_pq:
Expand Down

0 comments on commit e194276

Please sign in to comment.