From 48042735e0daa11c1bd1d569da337a882a59038d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 12:56:18 +0000 Subject: [PATCH] Bump de.cketti.unicode:kotlin-codepoints from 0.9.0 to 0.10.0 Bumps [de.cketti.unicode:kotlin-codepoints](https://github.com/cketti/kotlin-codepoints) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/cketti/kotlin-codepoints/releases) - [Changelog](https://github.com/cketti/kotlin-codepoints/blob/main/CHANGELOG.md) - [Commits](https://github.com/cketti/kotlin-codepoints/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: de.cketti.unicode:kotlin-codepoints dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0de0ddef..84869f26 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.r jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" } jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" } networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.6" } -kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" } +kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.10.0" } normalize = { group = "com.doist.x", name = "normalize", version = "1.2.0" } karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.5" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }