Skip to content

Commit

Permalink
chore: bump the gradle-minor-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor-updates group with 2 updates: com.gradle.enterprise and com.ncorti.ktfmt.gradle.


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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 52f2104 commit e8412d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin = "1.9.23"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" }
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.17.0" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.18.0" }

[libraries]
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.2"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit e8412d8

Please sign in to comment.