Skip to content

Commit 7a93192

Browse files
Bump kotlinpoet.version from 2.1.0 to 2.2.0
Bumps `kotlinpoet.version` from 2.1.0 to 2.2.0. Updates `com.squareup:kotlinpoet-jvm` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](square/kotlinpoet@2.1.0...2.2.0) Updates `com.squareup:kotlinpoet` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](square/kotlinpoet@2.1.0...2.2.0) Updates `com.squareup:kotlinpoet-ksp` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](square/kotlinpoet@2.1.0...2.2.0) --- updated-dependencies: - dependency-name: com.squareup:kotlinpoet-jvm dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup:kotlinpoet dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup:kotlinpoet-ksp dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc3d3ff commit 7a93192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<jmh.version>1.37</jmh.version>
146146
<kotlin.version>2.1.21</kotlin.version>
147147
<ksp.version>2.1.21-2.0.1</ksp.version>
148-
<kotlinpoet.version>2.1.0</kotlinpoet.version>
148+
<kotlinpoet.version>2.2.0</kotlinpoet.version>
149149
<dokka.version>2.0.0</dokka.version>
150150
<scala.version>2.11.12</scala.version>
151151
<asm.version>9.8</asm.version>

0 commit comments

Comments
 (0)