Skip to content

Commit 3384fe7

Browse files
Various Gradle dependency updates (#6990)
* Update JNA to version 5.18.1 * Update JUnit and Mockito * Update Glean to version 65.2.1 * Update AndroidX Work to version 2.10.5
1 parent 4b6a4c7 commit 3384fe7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ coroutines = "1.10.2"
1717

1818
# Mozilla
1919
android-components = "143.0"
20-
glean = "65.1.1"
20+
glean = "65.2.1"
2121
rust-android-gradle = "0.9.6"
2222

2323
# AndroidX
2424
annotation = "1.9.1"
2525
core = "1.17.0"
26-
work = "2.10.4"
26+
work = "2.10.5"
2727

2828
# JNA
29-
jna = "5.17.0"
29+
jna = "5.18.1"
3030

3131
# Linting and Static Analysis
3232
detekt = "1.23.8"
@@ -40,8 +40,8 @@ androidx-test-runner = "1.7.0"
4040

4141
# Third Party Testing
4242
junit4 = "4.13.2"
43-
junit5 = "5.13.4"
44-
mockito = "5.19.0"
43+
junit6 = "6.0.0"
44+
mockito = "5.20.0"
4545
robolectric = "4.16"
4646

4747
# Miscellaneous Gradle plugins
@@ -86,7 +86,7 @@ androidx-test-runner = { group = "androidx.test", name = "runner", version.ref =
8686

8787
# Third Party Testing
8888
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
89-
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
89+
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit6" }
9090
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" }
9191
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
9292
junit-vintage = { group = "org.junit.vintage", name = "junit-vintage-engine" }

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

0 commit comments

Comments
 (0)