Skip to content

Commit 009d927

Browse files
committed
Add dependency management for Kotlin Serialization
Closes gh-37093
1 parent bd08d2f commit 009d927

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,13 @@ bom {
803803
]
804804
}
805805
}
806+
library("Kotlin Serialization", "1.6.0") {
807+
group("org.jetbrains.kotlinx") {
808+
imports = [
809+
"kotlinx-serialization-bom"
810+
]
811+
}
812+
}
806813
library("Lettuce", "6.2.6.RELEASE") {
807814
group("io.lettuce") {
808815
modules = [

0 commit comments

Comments
 (0)