Skip to content

Commit

Permalink
Bump com.gradle.common-custom-user-data-gradle-plugin from 1.13 to 2
Browse files Browse the repository at this point in the history
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.13 to 2.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and erichaagdev committed Apr 5, 2024
1 parent 2487384 commit af114d7
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
@@ -1,6 +1,6 @@
[versions]
apacheCommonsText = "1.11.0"
commonCustomUserData = "1.13"
commonCustomUserData = "2"
develocity = "3.17"
firebase = "13.6.0"
foojayResolverConvention = "0.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 @@ -2,7 +2,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

plugins {
id("com.gradle.enterprise") version "3.17"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.13"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2"
}

gradleEnterprise {
Expand Down

0 comments on commit af114d7

Please sign in to comment.