Skip to content

Commit f8cc48f

Browse files
committed
Set rsocketVersion to 1.1.0
Closes gh-9167
1 parent 3618cbd commit f8cc48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
1313
ext.kotlinVersion = "1.+"
1414
}
1515
if (!project.hasProperty("rsocketVersion")) {
16-
ext.rsocketVersion = "1.0.+"
16+
ext.rsocketVersion = "1.1.0"
1717
}
1818
if (!project.hasProperty("locksDisabled")) {
1919
dependencyLocking {

0 commit comments

Comments
 (0)