Skip to content

Commit

Permalink
rxjava version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 20, 2025
1 parent 8ebb323 commit 24b72ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Changed
- `StepReporter.sendStep` methods now returns `Maybe<String>` with Step ID, by @HardNorth
- `rxjava` version updated on 2.2.21, by @HardNorth

## [5.2.25]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
exclude module: 'guava'
}
api 'com.fasterxml.jackson.core:jackson-databind:2.15.4' // Access is needed by HTTP loggers to format JSON
api 'io.reactivex.rxjava2:rxjava:2.2.10'
api 'io.reactivex.rxjava2:rxjava:2.2.21'
api 'com.google.code.findbugs:jsr305:3.0.2'

api ("com.squareup.retrofit2:retrofit:${project.retrofit_version}") {
Expand Down

0 comments on commit 24b72ed

Please sign in to comment.