Testing dependency bumps

NOJIRA
This commit is contained in:
Niccolò Forlini
2025-10-20 13:20:31 +02:00
parent dca342517a
commit e98782f9f6
3 changed files with 12 additions and 11 deletions
+10 -10
View File
@@ -32,20 +32,20 @@ androidx-room = "2.8.2"
androidx-sqlite = "2.6.1"
androidx-startup-runtime = "1.2.0"
androidx-splashscreen = "1.0.1"
androidx-test-androidjunit = "1.2.1"
androidx-test-core = "1.6.1"
androidx-test-macrobenchmark = "1.3.4"
androidx-test-monitor = "1.7.2"
androidx-test-runner = "1.6.2"
androidx-test-rules = "1.6.1"
androidx-test-orchestrator = "1.5.1"
androidx-test-espresso = "3.6.1"
androidx-test-androidjunit = "1.3.0"
androidx-test-core = "1.7.0"
androidx-test-macrobenchmark = "1.4.1"
androidx-test-monitor = "1.8.0"
androidx-test-runner = "1.7.0"
androidx-test-rules = "1.7.0"
androidx-test-orchestrator = "1.6.1"
androidx-test-espresso = "3.7.0"
androidx-test-uiautomator = "2.3.0"
androidx-tracing = "1.3.0"
androidx-webkit = "1.14.0"
androidx-work = "2.10.5"
arrow-core = "1.2.4"
cash-turbine = "1.2.0"
cash-turbine = "1.2.1"
coil = "2.7.0"
dagger = "2.57.2"
detekt = "1.23.8"
@@ -69,7 +69,7 @@ mockk = "1.14.6"
paparazzi = "1.3.5"
proton-core = "34.1.0"
proton-rust-core = "0.149.22"
robolectric = "4.14.1"
robolectric = "4.15.1" # 4.16.0 requires Java 21
kotlinpoet-ksp = "2.2.0"
leakcanary = "2.14"
okhttp = "5.2.1"
@@ -161,6 +161,7 @@ class InMemoryConversationStateRepositoryImplTest {
val itemCount = Random().nextInt(100)
// When
@Suppress("ForEachOnRange")
(0 until itemCount).forEach {
repo.collapseMessage(MessageId(it.toString()))
}
@@ -39,7 +39,7 @@ internal fun JvmCompilationResult.getGeneratedSourceFile(path: String): File {
@OptIn(ExperimentalCompilerApi::class)
internal fun getKotlinCompilation(kotlinSources: List<SourceFile>): KotlinCompilation {
return KotlinCompilation().apply {
configureKsp(useKsp2 = true) {
configureKsp {
symbolProcessorProviders += UITestSymbolProcessorProvider()
}
sources = kotlinSources