From 5b736494fa2d799c6633e21e0108ab283e6689f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:24:51 +0000 Subject: [PATCH] Bump com.doist.x:normalize from 1.3.0 to 1.3.3 Bumps [com.doist.x:normalize](https://github.com/Doist/doistx-normalize) from 1.3.0 to 1.3.3. - [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.3.0...v1.3.3) --- updated-dependencies: - dependency-name: com.doist.x:normalize dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 42337171..245ac2ca 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 = "3.0.0" } kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.11.0" } -normalize = { group = "com.doist.x", name = "normalize", version = "1.3.0" } +normalize = { group = "com.doist.x", name = "normalize", version = "1.3.3" } 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"}