From 6a940d0638060c57146f32e2c41a411613d1b4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 12:24:23 +0000 Subject: [PATCH] Bump com.doist.x:normalize from 1.1.1 to 1.2.0 Bumps [com.doist.x:normalize](https://github.com/Doist/doistx-normalize) from 1.1.1 to 1.2.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.1.1...v1.2.0) --- updated-dependencies: - dependency-name: com.doist.x:normalize 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 079c4d9a..93252bbe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,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 = "1.5.6" } kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" } -normalize = { group = "com.doist.x", name = "normalize", version = "1.1.1" } +normalize = { group = "com.doist.x", name = "normalize", version = "1.2.0" } karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.4" } 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"}