From f79d7d2e9010415a4a936903e59c2cabc7a44c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:59:07 +0000 Subject: [PATCH] build(deps): bump com.squareup:kotlinpoet from 1.17.0 to 1.18.0 Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.17.0 to 1.18.0. - [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.17.0...1.18.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-minor ... 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 4b8a4ffc87..bf4753e617 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -92,7 +92,7 @@ google-oauth-client = { group = "com.google.oauth-client", name = "google-oauth- google-oauth-clientjetty = { group = "com.google.oauth-client", name = "google-oauth-client-jetty", version = "1.36.0" } modelix-incremental = { group = "org.modelix", name = "incremental", version = "0.3.3" } -kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.17.0" } +kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.0" } vavr = { group = "io.vavr", name = "vavr", version = "0.10.4" } apache-commons-lang = { group = "org.apache.commons", name = "commons-lang3", version = "3.14.0" } apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.16.1" }