From 9e30dccacff6fa9df4598dc3fc552dcdaeefcf8a Mon Sep 17 00:00:00 2001 From: Vladimir Kharitonov Date: Mon, 15 Jan 2024 18:52:43 +0100 Subject: [PATCH] JBR-6173 update CEF to 119.4.7+g55e15c8+chromium-119.0.6045.199 GitOrigin-RevId: 41da41db9c4cba5100f54ddf091cdee32013764b --- native/WinLauncher/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/WinLauncher/CMakeLists.txt b/native/WinLauncher/CMakeLists.txt index 2574ffb5a699..291c5efd8a76 100644 --- a/native/WinLauncher/CMakeLists.txt +++ b/native/WinLauncher/CMakeLists.txt @@ -45,7 +45,7 @@ if(USE_CEF_SANDBOX) # Setup linking with CEF sandbox library include("DownloadCEF.cmake") if(NOT DEFINED CEF_VERSION) - set(CEF_VERSION "119.4.3+gc76a3b9+chromium-119.0.6045.159") + set(CEF_VERSION "119.4.7+g55e15c8+chromium-119.0.6045.199") endif() include(CheckSymbolExists)