Skip to content

Commit 7f2df2d

Browse files
Bump rxjava from 3.1.1 to 3.1.2 (#65)
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](ReactiveX/RxJava@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfaa9e9 commit 7f2df2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050

5151
dependencies {
5252
implementation "io.reactivex.rxjava2:rxjava:2.2.21"
53-
implementation "io.reactivex.rxjava3:rxjava:3.1.1"
53+
implementation "io.reactivex.rxjava3:rxjava:3.1.2"
5454
testImplementation 'junit:junit:4.13.2'
5555
}
5656

0 commit comments

Comments
 (0)