Skip to content

Commit

Permalink
chore: bump the gradle-minor-updates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor-updates group with 3 updates: com.gradle.enterprise, [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk) and com.ncorti.ktfmt.gradle.


Updates `com.gradle.enterprise` from 3.16.2 to 3.17.1

Updates `software.amazon.awscdk:aws-cdk-lib` from 2.134.0 to 2.137.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.134.0...v2.137.0)

Updates `com.ncorti.ktfmt.gradle` from 0.17.0 to 0.18.0

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  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
- dependency-name: com.ncorti.ktfmt.gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 9a242bc commit 1eb4f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin = "1.9.23"
[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-2" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.17.0" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.18.0" }

[libraries]

Expand Down Expand Up @@ -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.21.2" }

guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.134.0" }
awscdk = { module = "software.amazon.awscdk:aws-cdk-lib", version = "2.137.0" }
awscdk-constructs = { module = "software.constructs:constructs", version = "10.3.0" }
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.16.0" }
javaparser-core = { module = "com.github.javaparser:javaparser-core", version = "3.25.9" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.1"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 1eb4f00

Please sign in to comment.