Skip to content

Commit 2cd4225

Browse files
Build(deps): Bump kotlinpoet.version from 2.2.0 to 2.3.0
Bumps `kotlinpoet.version` from 2.2.0 to 2.3.0. Updates `com.squareup:kotlinpoet-jvm` 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](square/kotlinpoet@2.2.0...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](square/kotlinpoet@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](square/kotlinpoet@2.2.0...2.3.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet-jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor - 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] <support@github.com>
1 parent 75285df commit 2cd4225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<jmh.version>1.37</jmh.version>
137137
<kotlin.version>2.3.20</kotlin.version>
138138
<ksp.version>2.3.6</ksp.version>
139-
<kotlinpoet.version>2.2.0</kotlinpoet.version>
139+
<kotlinpoet.version>2.3.0</kotlinpoet.version>
140140
<dokka.version>2.2.0</dokka.version>
141141
<scala.version>2.13.16</scala.version>
142142
<asm.version>9.9.1</asm.version>

0 commit comments

Comments
 (0)