From e4c43962ad4dfc71376414762fac86cecee1f9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:11:46 +0000 Subject: [PATCH] Bump com.doist.x:normalize from 1.2.0 to 1.3.0 Bumps [com.doist.x:normalize](https://github.com/Doist/doistx-normalize) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/Doist/doistx-normalize/releases) - [Changelog](https://github.com/Doist/doistx-normalize/blob/main/CHANGELOG.md) - [Commits](https://github.com/Doist/doistx-normalize/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: com.doist.x:normalize dependency-version: 1.3.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 4664d2e5..34424a97 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ 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 = "2.0.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" } +normalize = { group = "com.doist.x", name = "normalize", version = "1.3.0" } karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.7" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } sigstore-gradle-plugin = { module = "dev.sigstore:sigstore-gradle-sign-plugin", version = "1.3.0"}