Skip to content

Commit

Permalink
Merge pull request #485 from charleskorn/renovate/org.jetbrains.kotli…
Browse files Browse the repository at this point in the history
…nx-kotlinx-serialization-core-1.x

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.6.2
  • Loading branch information
charleskorn committed Dec 10, 2023
2 parents dc14a50 + b82a3ab commit 1f48cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kotlin {

commonMain {
dependencies {
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.0")
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ internal class YamlPolymorphicInput(private val typeName: String, private val ty
}

companion object {
private val unknownPolymorphicTypeExceptionMessage: Regex = """^Class '(.*)' is not registered for polymorphic serialization in the scope of '(.*)'.\n.*""".toRegex()
private val unknownPolymorphicTypeExceptionMessage: Regex = """^Serializer for subclass '(.*)' is not found in the polymorphic scope of '(.*)'.\n.*""".toRegex()
}
}

0 comments on commit 1f48cb7

Please sign in to comment.