Skip to content

Commit

Permalink
Bump com.squareup:kotlinpoet in /telemetry/jetbrains
Browse files Browse the repository at this point in the history
Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.13.2 to 1.15.3.
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.13.2...1.15.3)

---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 4341f8f commit 99a577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ group = "software.aws.toolkits"

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("com.squareup:kotlinpoet:1.13.2")
implementation("com.squareup:kotlinpoet:1.15.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.github.erosb:everit-json-schema:1.12.2")
testImplementation("junit:junit:$junitVersion")
Expand Down

0 comments on commit 99a577c

Please sign in to comment.