Skip to content

Commit 2f34dc1

Browse files
Update various Gradle dependencies (#7370)
* Update Protobuf Gradle Plugin to version 0.10.0 * Update Kotlin to version 2.3.21 * Update Kotlin Coroutines to version 1.11.0 * Update AC to version 150.0.3 * Update Glean to version 67.3.1
1 parent 6b2684e commit 2f34dc1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ android-gradle-plugin = "8.13.2"
99

1010
# Google
1111
protobuf = "4.34.1"
12-
protobuf-plugin = "0.9.6"
12+
protobuf-plugin = "0.10.0"
1313

1414
# Kotlin
15-
kotlin = "2.3.20"
16-
coroutines = "1.10.2"
15+
kotlin = "2.3.21"
16+
coroutines = "1.11.0"
1717
kotlinx-serialization = "1.11.0"
1818

1919
# Mozilla
20-
android-components = "149.0.2"
21-
glean = "67.2.0"
20+
android-components = "150.0.3"
21+
glean = "67.3.1"
2222
rust-android-gradle = "0.9.6"
2323

2424
# 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: "67.2.0"),
11+
.package(url: "https://github.com/mozilla/glean-swift", from: "67.3.1"),
1212
],
1313
targets: [
1414
// Binary target XCFramework, contains our rust binaries and headers

0 commit comments

Comments
 (0)