Skip to content

Commit 55119fd

Browse files
authored
Dependency updates (#4971)
Task/Issue URL: https://app.asana.com/0/1200204095367872/1208195711128339/f ### Description Brings the following dependencies up-to-date: - `version.androidx.fragment` 1.8.1 → 1.8.3 - `version.androidx.lifecycle` 2.8.3 → 2.8.5 - `version.androidx.test.runner` 1.6.1 → 1.6.2 - `version.androidx.work` 2.9.0 → 2.9.1 - `version.app.cash.turbine` 0.12.1 → 1.1.0 - `version.com.frybits.harmony..harmony` 1.2.2 → 1.2.6 - `version.com.github.bumptech.glide..ksp` 4.14.2 → 4.16.0 - `version.com.github.bumptech.glide..glide` 4.14.2 → 4.16.0 - `version.com.github.bumptech.glide..okhttp3-integration` 4.14.2 → 4.16.0 - `version.google.android.material` 1.7.0 → 1.12.0 - `version.kotlinx.coroutines` 1.7.3 → 1.8.1 - `version.leakcanary` 2.10 → 2.14 - `version.mockito` 5.12.0 → 5.13.0 - `version.net.zetetic..android-database-sqlcipher` 4.5.1 → 4.5.4 - `version.okio` 3.2.0 → 3.9.0 - `version.org.json..json` 20230227 → 20240303 - `version.org.mockito.kotlin..mockito-kotlin` 5.3.1 → 5.4.0 - `version.org.jsoup..jsoup` 1.15.3 → 1.18.1 - `version.robolectric` 4.12.2 → 4.13 - `version.com.facebook.flipper..flipper` 0.176.1 → 0.265.0 - `version.com.facebook.soloader..soloader` 0.10.5 → 0.11.0 - `version.com.google.zxing..core` 3.3.0 → 3.5.3 - `version.android.tools.desugar_jdk_libs` 2.0.4 → 2.1.2 - `de.fayard.refreshVersions` 0.51.0 → 0.60.5 ### Steps to test this PR _General_ - [x] Smoke test _SQLCipher_ - [x] Install from develop - [x] Add a password - [x] Update to this branch - [x] Verify that password is still accessible _Material_ - [x] Go “Settings" > “App Components Design Preview" - [x] Verify that the components look as they should _Zxing_ - [x] Install the app on two devices (One emulator and one a physical device works) - [x] Go to “Settings” > “Sync & Backup” on the first device - [x] Go to “Settings” > “Sync & Backup” on the second (Physical) device - [x] Scan the barcode with the second device - [x] Verify that the devices are synced _jsoup_ - [x] Install from develop - [x] Add some bookmarks and folders - [x] Export bookmarks - [x] Install from this branch - [x] Go to “Developer Settings” > “Clear saved sites" - [x] Import the bookmarks - [x] Verify that the bookmarks are imported successfully - [x] Go to “Developer Settings” > “Clear saved sites" - [x] Add some bookmarks and folders - [x] Export bookmarks - [x] Go to “Developer Settings” > “Clear saved sites” - [x] Import the bookmarks - [x] Verify that the bookmarks are imported successfully
1 parent cee5de3 commit 55119fd

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("de.fayard.refreshVersions") version "0.51.0"
2+
id("de.fayard.refreshVersions") version "0.60.5"
33
}
44

55
rootDir.eachFile(groovy.io.FileType.DIRECTORIES) { File parent ->

versions.properties

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Dependencies and Plugin versions with their available updates.
2-
#### Generated by `./gradlew refreshVersions` version 0.51.0
2+
#### Generated by `./gradlew refreshVersions` version 0.60.5
33
####
44
#### Don't manually edit or split the comments that start with four hashtags (####),
55
#### they will be overwritten by refreshVersions.
@@ -29,11 +29,11 @@ version.androidx.recyclerview=1.3.2
2929

3030
version.androidx.core=1.13.1
3131

32-
version.androidx.fragment=1.8.1
32+
version.androidx.fragment=1.8.3
3333

3434
version.androidx.legacy=1.0.0
3535

36-
version.androidx.lifecycle=2.8.3
36+
version.androidx.lifecycle=2.8.5
3737

3838
version.androidx.room=2.6.1
3939

@@ -47,15 +47,15 @@ version.androidx.test.ext.junit=1.2.1
4747

4848
version.androidx.test.rules=1.6.1
4949

50-
version.androidx.test.runner=1.6.1
50+
version.androidx.test.runner=1.6.2
5151

5252
version.androidx.webkit=1.11.0
5353

54-
version.androidx.work=2.9.0
54+
version.androidx.work=2.9.1
5555

5656
version.androidx.security-crypto=1.1.0-alpha06
5757

58-
version.app.cash.turbine=0.12.1
58+
version.app.cash.turbine=1.1.0
5959

6060
version.com.airbnb.android..lottie=5.2.0
6161

@@ -65,21 +65,21 @@ version.com.duckduckgo.netguard..netguard-android=1.6.12
6565

6666
version.com.duckduckgo.synccrypto..sync-crypto-android=0.3.0
6767

68-
version.com.frybits.harmony..harmony=1.2.2
68+
version.com.frybits.harmony..harmony=1.2.6
6969

7070
version.com.frybits.harmony..harmony-crypto=1.2.6
7171

7272
version.com.getkeepsafe.relinker..relinker=1.4.5
7373

74-
version.com.github.bumptech.glide..ksp=4.14.2
74+
version.com.github.bumptech.glide..ksp=4.16.0
7575

76-
version.com.github.bumptech.glide..glide=4.14.2
76+
version.com.github.bumptech.glide..glide=4.16.0
7777

78-
version.com.github.bumptech.glide..okhttp3-integration=4.14.2
78+
version.com.github.bumptech.glide..okhttp3-integration=4.16.0
7979

8080
version.com.nhaarman.mockitokotlin2..mockito-kotlin=2.2.0
8181

82-
version.google.android.material=1.7.0
82+
version.google.android.material=1.12.0
8383

8484
version.google.dagger=2.51.1
8585

@@ -89,52 +89,52 @@ version.jakewharton.timber=5.0.1
8989

9090
version.kotlin=1.9.24
9191

92-
version.kotlinx.coroutines=1.7.3
92+
version.kotlinx.coroutines=1.8.1
9393

94-
version.leakcanary=2.10
94+
version.leakcanary=2.14
9595

9696
version.logcat=0.1
9797

98-
version.mockito=5.12.0
98+
version.mockito=5.13.0
9999

100100
version.moshi=1.8.0
101101

102102
version.okhttp3=4.12.0
103103

104-
version.net.zetetic..android-database-sqlcipher=4.5.1
104+
version.net.zetetic..android-database-sqlcipher=4.5.4
105105

106-
version.okio=3.2.0
106+
version.okio=3.9.0
107107

108108
version.org.apache.commons..commons-math3=3.6.1
109109

110-
version.org.json..json=20230227
110+
version.org.json..json=20240303
111111

112-
version.org.mockito.kotlin..mockito-kotlin=5.3.1
112+
version.org.mockito.kotlin..mockito-kotlin=5.4.0
113113

114114
version.retrofit2=2.9.0
115115

116116
version.junit.junit=4.13.2
117117

118-
version.org.jsoup..jsoup=1.15.3
118+
version.org.jsoup..jsoup=1.18.1
119119

120120
version.com.jakewharton.retrofit..retrofit2-kotlin-coroutines-adapter=0.9.2
121121

122122
version.androidx.viewpager2=1.1.0
123123

124-
version.robolectric=4.12.2
124+
version.robolectric=4.13
125125

126126
version.com.facebook.shimmer..shimmer=0.5.0
127127

128-
version.com.facebook.flipper..flipper=0.176.1
128+
version.com.facebook.flipper..flipper=0.265.0
129129

130-
version.com.facebook.soloader..soloader=0.10.5
130+
version.com.facebook.soloader..soloader=0.11.0
131131

132132
version.rxjava2.rxandroid=2.0.2
133133

134134
version.rxjava2.rxjava=2.2.9
135135

136136
version.com.journeyapps..zxing-android-embedded=4.3.0
137137

138-
version.com.google.zxing..core=3.3.0
138+
version.com.google.zxing..core=3.5.3
139139

140-
version.android.tools.desugar_jdk_libs=2.0.4
140+
version.android.tools.desugar_jdk_libs=2.1.2

0 commit comments

Comments
 (0)