We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394f08b commit c1da2a3Copy full SHA for c1da2a3
platform/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
api(platform("org.springframework.data:spring-data-bom:2023.0.2"))
16
api(platform("org.springframework.security:spring-security-bom:6.1.1"))
17
api(platform("com.querydsl:querydsl-bom:5.0.0"))
18
- api(platform("io.rsocket:rsocket-bom:1.1.3"))
+ api(platform("io.rsocket:rsocket-bom:1.1.4"))
19
api(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"))
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
21
api(platform("org.junit:junit-bom:5.9.2"))
0 commit comments