Skip to content

Commit

Permalink
Merge pull request #16590 from brave/109.0.5414.87_1.48.x
Browse files Browse the repository at this point in the history
Upgrade from Chromium 109.0.5414.80 to Chromium 109.0.5414.87 (1.48.x).
  • Loading branch information
kjozwiak authored Jan 10, 2023
2 parents d2a21af + 69d682d commit 3d49370
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
base::StringPiece brave_certs = R"brave_certs(
# Last updated: Thu Jan 5 14:51:40 UTC 2023
# Last updated: Tue Jan 10 01:42:54 UTC 2023
PinsListTimestamp
1672930300
1673314974
# =====BEGIN BRAVE ROOTS ASC=====
#From https://www.amazontrust.com/repository/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "109.0.5414.80",
"tag": "109.0.5414.87",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index 74ef5fbcd10bd179ac805c60dd7505b05d01db1a..5fbf0ae7af1d852f31a48cd1030d12790886fc98 100644
index 2c545c8902d57702850b08b2b2d091452a9b5f6e..e39364fba4b96dd6aece6b73a52e78a95182c0d1 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=109
-MINOR=0
-BUILD=5414
-PATCH=80
-PATCH=87
+MINOR=1
+BUILD=48
+PATCH=119

0 comments on commit 3d49370

Please sign in to comment.