Skip to content

Commit

Permalink
chore: bump the gradle-updates group with 4 updates (#124)
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 4 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5), [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk), [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) and [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin).


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

Updates `software.amazon.awscdk:aws-cdk-lib` from 2.159.1 to 2.160.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.159.1...v2.160.0)

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.0)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-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
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-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] authored Oct 3, 2024
1 parent 360fef8 commit 2c99fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0" }
junit-bom = { module = "org.junit:junit-bom", version = "5.11.1" }
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 Down Expand Up @@ -44,13 +44,13 @@ 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.159.1" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.160.0" }
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" }

jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.17.2" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.0" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.17.2" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.18.0" }

0 comments on commit 2c99fc2

Please sign in to comment.