From feecee0f74bbd4f30fbae4c2eaf20d7ef675bbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:42:50 +0000 Subject: [PATCH] Bump io.github.optimumcode:karacteristics from 0.0.3 to 0.0.4 Bumps [io.github.optimumcode:karacteristics](https://github.com/OptimumCode/karacteristics) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/OptimumCode/karacteristics/releases) - [Commits](https://github.com/OptimumCode/karacteristics/compare/0.0.3...0.0.4) --- updated-dependencies: - dependency-name: io.github.optimumcode:karacteristics 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 4b4991d5..135d022b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-y networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.5" } kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" } normalize = { group = "com.doist.x", name = "normalize", version = "1.1.1" } -karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.3" } +karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.4" } [bundles] openapi = ["openapi-validator", "openapi-interfaces", "openapi-jackson"]