Skip to content

Commit 252b218

Browse files
committed
Correct renaming of Kotlinx Serialization JSON starters
Closes gh-48262
1 parent 2fa73c2 commit 252b218

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,8 +2189,8 @@ bom {
21892189
"spring-boot-starter-jsonb-test",
21902190
"spring-boot-starter-kafka",
21912191
"spring-boot-starter-kafka-test",
2192-
"spring-boot-starter-kotlin-serialization-json",
2193-
"spring-boot-starter-kotlin-serialization-json-test",
2192+
"spring-boot-starter-kotlinx-serialization-json",
2193+
"spring-boot-starter-kotlinx-serialization-json-test",
21942194
"spring-boot-starter-ldap",
21952195
"spring-boot-starter-ldap-test",
21962196
"spring-boot-starter-liquibase",

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ include "starter:spring-boot-starter-jsonb"
291291
include "starter:spring-boot-starter-jsonb-test"
292292
include "starter:spring-boot-starter-kafka"
293293
include "starter:spring-boot-starter-kafka-test"
294-
include "starter:spring-boot-starter-kotlin-serialization-json"
295-
include "starter:spring-boot-starter-kotlin-serialization-json-test"
294+
include "starter:spring-boot-starter-kotlinx-serialization-json"
295+
include "starter:spring-boot-starter-kotlinx-serialization-json-test"
296296
include "starter:spring-boot-starter-ldap"
297297
include "starter:spring-boot-starter-ldap-test"
298298
include "starter:spring-boot-starter-liquibase"

starter/spring-boot-starter-kotlin-serialization-json-test/build.gradle renamed to starter/spring-boot-starter-kotlinx-serialization-json-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ plugins {
1818
id "org.springframework.boot.starter"
1919
}
2020

21-
description = "Starter for testing Kotlin Serialization"
21+
description = "Starter for testing Kotlinx Serialization JSON"
2222

2323
dependencies {
24-
api(project(":starter:spring-boot-starter-kotlin-serialization-json"))
24+
api(project(":starter:spring-boot-starter-kotlinx-serialization-json"))
2525
api(project(":starter:spring-boot-starter-test"))
2626
}

starter/spring-boot-starter-kotlin-serialization-json/build.gradle renamed to starter/spring-boot-starter-kotlinx-serialization-json/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id "org.springframework.boot.starter"
1919
}
2020

21-
description = "Starter for using Kotlin Serialization"
21+
description = "Starter for using Kotlinx Serialization JSON"
2222

2323
dependencies {
2424
api(project(":starter:spring-boot-starter"))

0 commit comments

Comments
 (0)