Skip to content

Commit

Permalink
chore: bump the gradle-minor-updates group with 2 updates (#94)
Browse files Browse the repository at this point in the history
Bumps the gradle-minor-updates group with 2 updates: [io.kotest.extensions:kotest-extensions-spring](https://github.com/kotest/kotest-extensions-spring) and [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk).


Updates `io.kotest.extensions:kotest-extensions-spring` from 1.1.3 to 1.3.0
- [Release notes](https://github.com/kotest/kotest-extensions-spring/releases)
- [Commits](kotest/kotest-extensions-spring@v1.1.3...v1.3.0)

Updates `software.amazon.awscdk:aws-cdk-lib` from 2.143.0 to 2.144.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.143.0...v2.144.0)

---
updated-dependencies:
- dependency-name: io.kotest.extensions:kotest-extensions-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-updates
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 2c5a08c commit 838d9c0
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 @@ -28,7 +28,7 @@ kotest-assertions-json = { module = "io.kotest:kotest-assertions-json" }
kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest" }
kotest-property = { module = "io.kotest:kotest-property" }
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5" }
kotest-extensions-spring = { module = "io.kotest.extensions:kotest-extensions-spring", version = "1.1.3" }
kotest-extensions-spring = { module = "io.kotest.extensions:kotest-extensions-spring", version = "1.3.0" }

#
### General libraries
Expand All @@ -44,7 +44,7 @@ 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.143.0" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.144.0" }
awscdk-constructs = { module = "software.constructs:constructs", version = "10.3.0" }
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" }
javaparser-core = { module = "com.github.javaparser:javaparser-core", version = "3.25.10" }
Expand Down

0 comments on commit 838d9c0

Please sign in to comment.