Skip to content

Commit

Permalink
chore: bump the gradle-updates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5), org.ow2.asm:asm-bom and [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk).


Updates `org.junit:junit-bom` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.ow2.asm:asm-bom` from 9.7 to 9.7.1

Updates `software.amazon.awscdk:aws-cdk-lib` from 2.160.0 to 2.161.1
- [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.160.0...v2.161.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.ow2.asm:asm-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 4366119 commit 537a1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.20.1" }
#

# JUnit
junit-bom = { module = "org.junit:junit-bom", version = "5.11.1" }
junit-bom = { module = "org.junit:junit-bom", version = "5.11.2" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
Expand All @@ -35,7 +35,7 @@ kotest-extensions-spring = { module = "io.kotest.extensions:kotest-extensions-sp
#
#

asm-bom = { module = "org.ow2.asm:asm-bom", version = "9.7" }
asm-bom = { module = "org.ow2.asm:asm-bom", version = "9.7.1" }
asm-core = { module = "org.ow2.asm:asm" }
asm-tree = { module = "org.ow2.asm:asm-tree" }
asm-util = { module = "org.ow2.asm:asm-util" }
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.160.0" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.161.1" }
awscdk-constructs = { module = "software.constructs:constructs", version = "10.3.0" }
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
javaparser-core = { module = "com.github.javaparser:javaparser-core", version = "3.26.2" }
Expand Down

0 comments on commit 537a1e3

Please sign in to comment.