From 9f02f002f74503b61ed2f18e703e000a093a7cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:29:15 +0000 Subject: [PATCH] Bump com.squareup:kotlinpoet from 1.18.0 to 1.18.1 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/compare/1.18.0...1.18.1) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet 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 f6a7268d..b0bfb199 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.r jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" } jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" } networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.0" } -kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.0" } +kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" } graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" } clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "4.4.0" } kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" }