diff options
| author | Michael BrĂ¼ning <michael.bruning@qt.io> | 2024-05-10 17:01:44 +0200 |
|---|---|---|
| committer | Michael BrĂ¼ning <michael.bruning@qt.io> | 2024-05-11 15:22:45 +0000 |
| commit | 72b07746858ccfc040f43ace5f751000b4e70449 (patch) | |
| tree | a39ca68920289b88eccdd82c419bca2a4826c2df | |
| parent | f0492da76a58da526cf2463dc9c51fcda9c490b7 (diff) | |
Update Chromium security patch level version
Pick-to: tqtc/lts-6.5
Change-Id: Id16ca84ecd1158f1684f00fa67ce34a2b9996674
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| -rw-r--r-- | CHROMIUM_VERSION | 2 | ||||
| -rw-r--r-- | src/core/web_engine_context.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION index 76c045625..bbefae186 100644 --- a/CHROMIUM_VERSION +++ b/CHROMIUM_VERSION @@ -1,3 +1,3 @@ Based on Chromium version: 112.0.5615.213 -Patched with security patches up to Chromium version: 121.0.6167.160 +Patched with security patches up to Chromium version: 124.0.6367.118 diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index d6c928e58..42f97f075 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -982,7 +982,7 @@ const char *qWebEngineChromiumVersion() noexcept const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "121.0.6167.160"; // FIXME: Remember to update + return "124.0.6367.118"; // FIXME: Remember to update } QT_END_NAMESPACE |
