File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ repositories {
2727 maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
2828}
2929dependencies {
30- implementation 'io.rsocket:rsocket-core:1.0.2 '
31- implementation 'io.rsocket:rsocket-transport-netty:1.0.2 '
30+ implementation 'io.rsocket:rsocket-core:1.0.3 '
31+ implementation 'io.rsocket:rsocket-transport-netty:1.0.3 '
3232}
3333```
3434
@@ -42,8 +42,8 @@ repositories {
4242 maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
4343}
4444dependencies {
45- implementation 'io.rsocket:rsocket-core:1.0.3 -SNAPSHOT'
46- implementation 'io.rsocket:rsocket-transport-netty:1.0.3 -SNAPSHOT'
45+ implementation 'io.rsocket:rsocket-core:1.0.4 -SNAPSHOT'
46+ implementation 'io.rsocket:rsocket-transport-netty:1.0.4 -SNAPSHOT'
4747}
4848```
4949
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.3
15- perfBaselineVersion =1.0.2
14+ version =1.0.4
15+ perfBaselineVersion =1.0.3
You can’t perform that action at this time.
0 commit comments