Skip to content

Commit bba190e

Browse files
authored
Merge branch 'ReactiveX:3.x' into 3.x
2 parents 5ca2ed2 + 49ae9f8 commit bba190e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ APIs marked with the [`@Experimental`][experimental source link] annotation at t
526526

527527
#### @Deprecated
528528

529-
APIs marked with the `@Deprecated` annotation at the class or method level will remain supported until the next major release but it is recommended to stop using them.
529+
APIs marked with the `@Deprecated` annotation at the class or method level will remain supported until the next major release, but it is recommended to stop using them.
530530

531531
#### io.reactivex.rxjava3.internal.*
532532

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("ru.vyarus.animalsniffer") version "1.5.3"
88
id("me.champeau.gradle.jmh") version "0.5.3"
99
id("com.github.hierynomus.license") version "0.16.1"
10-
id("biz.aQute.bnd.builder") version "5.3.0"
10+
id("biz.aQute.bnd.builder") version "6.0.0"
1111
id("com.vanniktech.maven.publish") version "0.18.0"
1212
id("org.beryx.jar") version "1.2.0"
1313
}

0 commit comments

Comments
 (0)