Skip to content

Commit

Permalink
build(deps): bump com.gradle.enterprise from 3.16.2 to 3.17.5
Browse files Browse the repository at this point in the history
Bumps com.gradle.enterprise from 3.16.2 to 3.17.5.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent c9efba1 commit a3a5bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
# https://scans.gradle.com/plugin/
# https://plugins.gradle.org/plugin/com.gradle.enterprise
# NOTE: Don't forget to edit version in all `settings.gradle.kts` files as well!
gradle-enterprise = { id = "com.gradle.enterprise", version = "3.16.2" }
gradle-enterprise = { id = "com.gradle.enterprise", version = "3.17.5" }

# Gradle Versions Plugin: provides a task to determine, which dependencies have updates.
# https://github.com/ben-manes/gradle-versions-plugin/releases
Expand Down
2 changes: 1 addition & 1 deletion self/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.5"
}

dependencyResolutionManagement {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pluginManagement {
// https://github.com/ZacSweers/CatchUp/blob/f1cb33f62e5f8b49825ac27f89a954f7f23f41ac/settings.gradle.kts#L92

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.5"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit a3a5bbb

Please sign in to comment.