Merge pull request #1472 from nextcloud/dependabot/gradle/io.reactivex.rxjava3-rxjava-3.1.9

Build(deps): Bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.9
This commit is contained in:
David Luhmer 2024-10-16 14:06:17 +02:00 коммит произвёл GitHub
Родитель d9dc55eb60 6e18e246ae
Коммит dfb0f32bcf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -177,7 +177,7 @@ dependencies {
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
implementation 'io.reactivex.rxjava3:rxjava:3.1.9'
implementation "com.squareup.retrofit2:adapter-rxjava3:$RETROFIT_VERSION"
implementation "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION"