From 548279033a62505760ca95812458025614bba8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:57:51 +0000 Subject: [PATCH] Bump net.pwall.json:json-kotlin-schema from 0.48 to 0.52 Bumps [net.pwall.json:json-kotlin-schema](https://github.com/pwall567/json-kotlin-schema) from 0.48 to 0.52. - [Changelog](https://github.com/pwall567/json-kotlin-schema/blob/main/CHANGELOG.md) - [Commits](https://github.com/pwall567/json-kotlin-schema/commits/0.52) --- 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 8dca29d..1a04689 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ val kotlinxCoroutinesVersion = "1.9.0" val nettyVersion = "4.1.115.Final" val micrometerVersion = "1.14.1" val fasterXmlJacksonVersion = "2.18.2" -val kotlinJsonSchemaVersion = "0.48" +val kotlinJsonSchemaVersion = "0.52" val apacheCommonsVersion = "3.17.0" val googleGsonVersion = "2.11.0" val googleAuthVersion = "1.30.0"