mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Set rsocketVersion to 1.0.+
Closes gh-9006
This commit is contained in:
parent
94bc19747d
commit
8615c4a601
@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
|
||||
ext.kotlinVersion = "1.+"
|
||||
}
|
||||
if (!project.hasProperty("rsocketVersion")) {
|
||||
ext.rsocketVersion = "1.+"
|
||||
ext.rsocketVersion = "1.0.+"
|
||||
}
|
||||
if (!project.hasProperty("locksDisabled")) {
|
||||
dependencyLocking {
|
||||
|
Loading…
x
Reference in New Issue
Block a user