Skip to content

Commit

Permalink
chore: bump the gradle-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 2 updates: [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk) and [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet).


Updates `software.amazon.awscdk:aws-cdk-lib` from 2.148.0 to 2.149.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.148.0...v2.149.0)

Updates `com.squareup: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](square/kotlinpoet@1.18.0...1.18.1)

---
updated-dependencies:
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent b5759c2 commit 734f39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8
aspectj-tools = { module = "org.aspectj:aspectjtools", version = "1.9.22.1" }

guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.148.0" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.149.0" }
awscdk-constructs = { module = "software.constructs:constructs", version = "10.3.0" }
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.0" }
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
javaparser-core = { module = "com.github.javaparser:javaparser-core", version = "3.26.1" }

jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.2" }
Expand Down

0 comments on commit 734f39b

Please sign in to comment.