mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Set rsocketVersion to 1.1.0
Closes gh-9167
This commit is contained in:
parent
3618cbd3eb
commit
f8cc48fe2b
@ -13,7 +13,7 @@ if (!project.hasProperty("kotlinVersion")) {
|
||||
ext.kotlinVersion = "1.+"
|
||||
}
|
||||
if (!project.hasProperty("rsocketVersion")) {
|
||||
ext.rsocketVersion = "1.0.+"
|
||||
ext.rsocketVersion = "1.1.0"
|
||||
}
|
||||
if (!project.hasProperty("locksDisabled")) {
|
||||
dependencyLocking {
|
||||
|
Loading…
x
Reference in New Issue
Block a user