From 59bf64acc9babf93dc51f9b2336fbed64b13e558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 06:50:10 +0000 Subject: [PATCH] Bump de.cketti.unicode:kotlin-codepoints from 0.10.0 to 0.11.0 Bumps [de.cketti.unicode:kotlin-codepoints](https://github.com/cketti/kotlin-codepoints) from 0.10.0 to 0.11.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.10.0...0.11.0) --- updated-dependencies: - dependency-name: de.cketti.unicode:kotlin-codepoints dependency-version: 0.11.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 6e729b1b..0126520b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,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.8" } -kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.10.0" } +kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.11.0" } normalize = { group = "com.doist.x", name = "normalize", version = "1.2.0" } karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.6" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }