From 3ccd0615bd1856cf77c95ef5aceb33dec73d79f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:14:56 +0000 Subject: [PATCH] chore(deps): Bump io.github.optimumcode:json-schema-validator Bumps [io.github.optimumcode:json-schema-validator](https://github.com/OptimumCode/json-schema-validator) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/OptimumCode/json-schema-validator/releases) - [Commits](https://github.com/OptimumCode/json-schema-validator/compare/0.5.4...0.5.5) --- updated-dependencies: - dependency-name: io.github.optimumcode:json-schema-validator dependency-version: 0.5.5 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 a8c45af6..4755b97b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "9.2.1" jacksonDatabind = "2.22.0" jsonSchemaValidator = "3.0.3" -jsonSchemaValidatorVersion = "0.5.4" +jsonSchemaValidatorVersion = "0.5.5" junit = "4.13.2" junitJupiter = "6.1.0" kotlin = "2.3.21"