From c4a0e4424563cc39b62f567d8efa460187c5f2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 07:22:53 +0000 Subject: [PATCH] Bump kotlinpoet from 1.9.0 to 1.12.0 Bumps [kotlinpoet](https://github.com/square/kotlinpoet) from 1.9.0 to 1.12.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.12.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..c9ce9f5 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.12.0' implementation 'org.atteo:evo-inflector:1.3' implementation 'org.apache.commons:commons-text:1.9'