Skip to content

Commit

Permalink
fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 4a7d866 commit caa8167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assignment-2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'io.vertx:vertx-core:4.4.4'
implementation 'io.vertx:vertx-web:4.4.4'
implementation 'io.vertx:vertx-web-client:4.4.4'
implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.3'
testImplementation 'junit:junit:4.13.2'
implementation 'com.google.guava:guava:32.0.1-jre'
Expand Down

0 comments on commit caa8167

Please sign in to comment.