Skip to content

Commit

Permalink
fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 18, 2023
1 parent 77cc738 commit 5a1f131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-client-rxjava3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
annotationProcessor project(":kubernetes-client-processor")

api project(":kubernetes-client")
implementation 'io.reactivex.rxjava3:rxjava:3.1.4'
implementation 'io.reactivex.rxjava3:rxjava:3.1.6'

testImplementation project(":test-utils")
}
Expand Down

0 comments on commit 5a1f131

Please sign in to comment.