Skip to content

Commit

Permalink
Update plugin com.gradle.enterprise to v3.13.3 (#6144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 25, 2023
1 parent dcfb841 commit cfd0179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion detekt-gradle-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencyResolutionManagement {
}

plugins {
id("com.gradle.enterprise") version "3.13.2"
id("com.gradle.enterprise") version "3.13.3"
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enableFeaturePreview("STABLE_CONFIGURATION_CACHE")

// build scan plugin can only be applied in settings file
plugins {
id("com.gradle.enterprise") version "3.13.2"
id("com.gradle.enterprise") version "3.13.3"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.10"
}

Expand Down

0 comments on commit cfd0179

Please sign in to comment.