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 {
27
27
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
28
28
}
29
29
dependencies {
30
- implementation 'io.rsocket:rsocket-core:1.0.3 '
31
- implementation 'io.rsocket:rsocket-transport-netty:1.0.3 '
30
+ implementation 'io.rsocket:rsocket-core:1.0.4 '
31
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.4 '
32
32
}
33
33
```
34
34
@@ -42,8 +42,8 @@ repositories {
42
42
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
43
43
}
44
44
dependencies {
45
- implementation 'io.rsocket:rsocket-core:1.0.4 -SNAPSHOT'
46
- implementation 'io.rsocket:rsocket-transport-netty:1.0.4 -SNAPSHOT'
45
+ implementation 'io.rsocket:rsocket-core:1.0.5 -SNAPSHOT'
46
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.5 -SNAPSHOT'
47
47
}
48
48
```
49
49
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- version =1.0.4
15
- perfBaselineVersion =1.0.3
14
+ version =1.0.5
15
+ perfBaselineVersion =1.0.4
You can’t perform that action at this time.
0 commit comments