Merge pull request #4062 from nextcloud/renovate/coroutines_version

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.8.1
This commit is contained in:
github-actions[bot] 2024-08-09 16:23:40 +02:00 committed by GitHub
commit c162f9f913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,7 +158,7 @@ ext {
workVersion = "2.9.1"
espressoVersion = "3.6.1"
media3_version = "1.4.0"
coroutines_version = "1.3.9"
coroutines_version = "1.8.1"
mockitoKotlinVersion = "4.1.0"
}