summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2024-10-23 13:40:56 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2025-01-15 12:38:16 +0100
commitf369d2d86c81f5159e5de376f008640a28283c02 (patch)
tree1bd2e4267f20a4070e01801262e55ca2081c553a /tools/scripts
parent15ab0f0183f4c61a9d4d83a0c67cdce1d34540a1 (diff)
Adaptations for Chromium 128
Pick-to: 6.9 Change-Id: If780ef1c24b62b33b18cdf7dcf518e1fe3552283 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'tools/scripts')
-rw-r--r--tools/scripts/version_resolver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py
index f7cdec6fe..f510c0899 100644
--- a/tools/scripts/version_resolver.py
+++ b/tools/scripts/version_resolver.py
@@ -43,8 +43,8 @@ class DEPSParser(ABC):
return self.local_scope["recursedeps"]
-chromium_version = '126.0.6478.165'
-chromium_branch = '6478'
+chromium_version = '128.0.6613.193'
+chromium_branch = '6613'
json_url = 'http://omahaproxy.appspot.com/all.json'