Skip to content

Commit a985be0

Browse files
fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.6
1 parent ac09cec commit a985be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assignment-2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'io.vertx:vertx-core:4.3.1'
1111
implementation 'io.vertx:vertx-web:4.3.1'
1212
implementation 'io.vertx:vertx-web-client:4.3.1'
13-
implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
13+
implementation 'io.reactivex.rxjava3:rxjava:3.1.6'
1414
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.24.2'
1515
testImplementation 'junit:junit:4.13.2'
1616
implementation 'com.google.guava:guava:31.1-jre'

0 commit comments

Comments
 (0)