Add dependency management for Kotlin Serialization

Closes gh-37093
This commit is contained in:
Stephane Nicoll 2023-08-24 16:49:29 +02:00
parent bd08d2faba
commit 009d92744a

View File

@ -803,6 +803,13 @@ bom {
]
}
}
library("Kotlin Serialization", "1.6.0") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-serialization-bom"
]
}
}
library("Lettuce", "6.2.6.RELEASE") {
group("io.lettuce") {
modules = [