From f1b7eff45ab8946af17ecf0fcd50bd73f63d3516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:25:55 +0000 Subject: [PATCH] Bump io.github.optimumcode:karacteristics from 0.0.5 to 0.0.6 Bumps [io.github.optimumcode:karacteristics](https://github.com/OptimumCode/karacteristics) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/OptimumCode/karacteristics/releases) - [Commits](https://github.com/OptimumCode/karacteristics/compare/0.0.5...0.0.6) --- updated-dependencies: - dependency-name: io.github.optimumcode:karacteristics dependency-version: 0.0.6 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 71036e9c..4575c9ef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-y networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.7" } 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" } +karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.6" } 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"}