This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 130acf69f4d chore(deps): Bump com.squareup:kotlinpoet-jvm from 1.18.0 to 1.18.1 (#14853) 130acf69f4d is described below commit 130acf69f4dc6c839a82b30d606d8e34f4554cd5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jul 17 09:12:54 2024 +0200 chore(deps): Bump com.squareup:kotlinpoet-jvm from 1.18.0 to 1.18.1 (#14853) Bumps [com.squareup:kotlinpoet-jvm](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-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index f6cb994c8e7..c155efada9c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -312,7 +312,7 @@ <jzlib-version>1.1.3</jzlib-version> <kafka-version>3.7.1</kafka-version> <kotlin-version>1.9.24</kotlin-version> - <kotlinpoet-version>1.18.0</kotlinpoet-version> + <kotlinpoet-version>1.18.1</kotlinpoet-version> <kubernetes-client-version>6.13.1</kubernetes-client-version> <kudu-version>1.17.0</kudu-version> <langchain4j-version>0.32.0</langchain4j-version>