Skip to content

Commit 8672483

Browse files
committed
chore: rsocket updates
1 parent 4836063 commit 8672483

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,9 @@ oshi-core = { module = "com.github.oshi:oshi-core-jav
390390

391391
ktor-cohort-core = { module = "com.sksamuel.cohort:cohort-ktor" , version.ref = "ktor-cohort"}
392392
ktor-cohort-hikari = { module = "com.sksamuel.cohort:cohort-hikari" , version.ref = "ktor-cohort"}
393-
rsocket-ktor-client = { module = "io.rsocket.kotlin:rsocket-ktor-client" , version.ref = "rsocket"}
394-
rsocket-ktor-server = { module = "io.rsocket.kotlin:rsocket-ktor-server" , version.ref = "rsocket"}
393+
rsocket-ktor-client = { module = "io.rsocket.kotlin:ktor-client-rsocket" , version.ref = "rsocket"}
394+
rsocket-ktor-server = { module = "io.rsocket.kotlin:ktor-server-rsocket" , version.ref = "rsocket"}
395+
rsocket-ktor-tcp = { module = "io.rsocket.kotlin:rsocket-transport-ktor-tcp" , version.ref = "rsocket"}
395396
uri-kmp = { module = "com.eygraber:uri-kmp" , version.ref = "uri-kmp"}
396397
kotlinx-jsonpath = { module = "com.eygraber:jsonpathkt-kotlinx" , version.ref = "kotlinx-jsonpath"}
397398
json-sugar = { module = "com.eygraber:json-sugar" , version.ref = "json-sugar"}
@@ -634,7 +635,7 @@ ldaptive = { module = "org.ldaptive:ldaptive"
634635

635636
# Maven Plugin
636637
maven-plugin-api = { module = "org.apache.maven:maven-plugin-api" , version.ref = "maven-plugin-api" }
637-
maven-plugin-annotations = { module = "rg.apache.maven.plugin-tools:maven-plugin-annotations" , version.ref = "maven-plugin-annotations" }
638+
maven-plugin-annotations = { module = "rg.apache.maven.plugin-tools:maven-plugin-annotations" , version.ref = "maven-plugin-annotations" }
638639

639640
[bundles]
640641
ajalt = ["ajalt-colormath",

0 commit comments

Comments
 (0)