File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ repositories {
2626 mavenCentral()
2727}
2828dependencies {
29- implementation 'io.rsocket:rsocket-core:1.0.0-RC6 '
30- implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC6 '
29+ implementation 'io.rsocket:rsocket-core:1.0.0-RC7 '
30+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC7 '
3131}
3232```
3333
@@ -40,8 +40,8 @@ repositories {
4040 maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
4141}
4242dependencies {
43- implementation 'io.rsocket:rsocket-core:1.0.0-RC7 -SNAPSHOT'
44- implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC7 -SNAPSHOT'
43+ implementation 'io.rsocket:rsocket-core:1.0.0-RC8 -SNAPSHOT'
44+ implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC8 -SNAPSHOT'
4545}
4646```
4747
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313#
14- version =1.0.0-RC7
15- perfBaselineVersion =1.0.0-RC6
14+ version =1.0.0-RC8
15+ perfBaselineVersion =1.0.0-RC7
You can’t perform that action at this time.
0 commit comments