From ad928188a7bbbadf559ef12857f38b4c85ee4b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:42:50 +0000 Subject: [PATCH] Bump net.pwall.json:json-kotlin-schema from 0.48 to 0.49 Bumps [net.pwall.json:json-kotlin-schema](https://github.com/pwall567/json-kotlin-schema) from 0.48 to 0.49. - [Changelog](https://github.com/pwall567/json-kotlin-schema/blob/main/CHANGELOG.md) - [Commits](https://github.com/pwall567/json-kotlin-schema/commits/0.49) --- updated-dependencies: - dependency-name: net.pwall.json:json-kotlin-schema dependency-type: direct:production update-type: version-update:semver-minor ... 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 18b0f92d..fbf1835d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("io.micrometer:micrometer-registry-prometheus") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") - implementation("net.pwall.json:json-kotlin-schema:0.48") + implementation("net.pwall.json:json-kotlin-schema:0.49") implementation("org.apache.commons:commons-lang3:3.16.0") implementation("com.google.code.gson:gson:2.11.0")