From afb89c1219c53a3f057ed0a208fa51ff5fd17f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:59:48 +0000 Subject: [PATCH] Bump kotlinpoet from 2.2.0 to 2.3.0 Bumps `kotlinpoet` from 2.2.0 to 2.3.0. Updates `com.squareup:kotlinpoet` from 2.2.0 to 2.3.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/2.2.0...2.3.0) Updates `com.squareup:kotlinpoet-ksp` from 2.2.0 to 2.3.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/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup:kotlinpoet-ksp dependency-version: 2.3.0 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 89c8ec4f..31b9fa58 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ logbackClassic = "1.5.32" kover = "0.9.7" binaryCompatibilityValidator = "0.18.1" ksp = "2.3.6" -kotlinpoet = "2.2.0" +kotlinpoet = "2.3.0" kctfork = "0.12.1" asciidoctorj = "3.0.1" dokka = "2.1.0"