From 6dc4b16fe812c32d8ed72256e6a025ff7eae675a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:48:27 +0000 Subject: [PATCH] Bump dev.harrel:json-schema from 1.6.0 to 1.6.1 Bumps [dev.harrel:json-schema](https://github.com/harrel56/json-schema) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/harrel56/json-schema/releases) - [Commits](https://github.com/harrel56/json-schema/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: dev.harrel:json-schema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 928a868..c304129 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.leadpony.justify:justify:3.1.0") - implementation("dev.harrel:json-schema:1.6.0") + implementation("dev.harrel:json-schema:1.6.1") implementation("com.sanctionco.jmail:jmail:1.6.3") // dev.harrel format validation runtimeOnly("org.slf4j:slf4j-nop:2.0.13")