From cf928bf56ed347fc767dc5c383ad108f6754a6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 07:15:55 +0000 Subject: [PATCH] Bump kotlinpoet from 1.9.0 to 1.10.1 Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.9.0 to 1.10.1. - [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.10.1) --- 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..9cdeeb5 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.10.1' implementation 'org.atteo:evo-inflector:1.3' implementation 'org.apache.commons:commons-text:1.9'