Skip to content

Commit

Permalink
Bump com.gradle.enterprise.gradle.plugin in /examples
Browse files Browse the repository at this point in the history
Bumps com.gradle.enterprise.gradle.plugin from 3.11.4 to 3.12.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2023
1 parent fa56f24 commit 623b31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/settings.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.4"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.1"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.8.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.4"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.1"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.8.2"
}
}
Expand Down

0 comments on commit 623b31b

Please sign in to comment.