Correct renaming of Kotlinx Serialization JSON starters

Closes gh-48262
This commit is contained in:
Andy Wilkinson
2025-12-18 14:42:24 +00:00
parent 2fa73c27ef
commit 252b218ac9
4 changed files with 7 additions and 7 deletions
@@ -2189,8 +2189,8 @@ bom {
"spring-boot-starter-jsonb-test",
"spring-boot-starter-kafka",
"spring-boot-starter-kafka-test",
"spring-boot-starter-kotlin-serialization-json",
"spring-boot-starter-kotlin-serialization-json-test",
"spring-boot-starter-kotlinx-serialization-json",
"spring-boot-starter-kotlinx-serialization-json-test",
"spring-boot-starter-ldap",
"spring-boot-starter-ldap-test",
"spring-boot-starter-liquibase",
+2 -2
View File
@@ -291,8 +291,8 @@ include "starter:spring-boot-starter-jsonb"
include "starter:spring-boot-starter-jsonb-test"
include "starter:spring-boot-starter-kafka"
include "starter:spring-boot-starter-kafka-test"
include "starter:spring-boot-starter-kotlin-serialization-json"
include "starter:spring-boot-starter-kotlin-serialization-json-test"
include "starter:spring-boot-starter-kotlinx-serialization-json"
include "starter:spring-boot-starter-kotlinx-serialization-json-test"
include "starter:spring-boot-starter-ldap"
include "starter:spring-boot-starter-ldap-test"
include "starter:spring-boot-starter-liquibase"
@@ -18,9 +18,9 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for testing Kotlin Serialization"
description = "Starter for testing Kotlinx Serialization JSON"
dependencies {
api(project(":starter:spring-boot-starter-kotlin-serialization-json"))
api(project(":starter:spring-boot-starter-kotlinx-serialization-json"))
api(project(":starter:spring-boot-starter-test"))
}
@@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for using Kotlin Serialization"
description = "Starter for using Kotlinx Serialization JSON"
dependencies {
api(project(":starter:spring-boot-starter"))