Skip to content

Commit 54f7210

Browse files
authored
Update to Glean v65.0.0 (#6901)
1 parent 7eb4a82 commit 54f7210

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[Full Changelog](In progress)
44

5+
### Glean
6+
- Updated to v65.0.0 ([#6901](https://github.com/mozilla/application-services/pull/6901))
7+
58
# v143.0 (_2025-08-18_)
69

710
## 🦊 What's Changed 🦊
@@ -46,7 +49,7 @@
4649
- Updated the Nimbus SDK to support setting Gecko preferences ([#6826](https://github.com/mozilla/application-services/pull/6826)).
4750

4851
### Nimbus FML && CLI
49-
- handle http status codes when fetching feature manifests from GitHub.
52+
- handle http status codes when fetching feature manifests from GitHub.
5053

5154
### Search
5255

components/external/glean

Submodule glean updated 200 files

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin-coroutines = "1.10.2"
1717

1818
# Mozilla
1919
android-components = "141.0.1"
20-
glean = "64.5.4"
20+
glean = "65.0.0"
2121
rust-android-gradle = "0.9.6"
2222

2323
# AndroidX

megazords/ios-rust/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

megazords/ios-rust/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "MozillaRustComponents", targets: ["MozillaRustComponentsWrapper"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/mozilla/glean-swift", from: "64.5.4"),
11+
.package(url: "https://github.com/mozilla/glean-swift", from: "65.0.0"),
1212
],
1313
targets: [
1414
// Binary target XCFramework, contains our rust binaries and headers

0 commit comments

Comments
 (0)