From 94b2b5b0bff08736139dfd186212916fd02e5ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 07:19:26 +0000 Subject: [PATCH] Bump kotlinpoet from 1.9.0 to 1.11.0 Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/master/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- codegen/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/build.gradle b/codegen/build.gradle index a4742eb..9de72aa 100644 --- a/codegen/build.gradle +++ b/codegen/build.gradle @@ -9,7 +9,7 @@ dependencies { api project(":api") api 'org.postgresql:postgresql:42.2.19' - implementation 'com.squareup:kotlinpoet:1.9.0' + implementation 'com.squareup:kotlinpoet:1.11.0' implementation 'org.atteo:evo-inflector:1.3' implementation 'org.apache.commons:commons-text:1.9'