Skip to content

Commit

Permalink
Bump com.github.ben-manes:gradle-versions-plugin to 0.45.0 (#3161)
Browse files Browse the repository at this point in the history
Bumps [com.github.ben-manes:gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases)
- [Commits](ben-manes/gradle-versions-plugin@v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: com.github.ben-manes:gradle-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 20, 2023
1 parent 19fa80a commit 97d9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation(kotlin("gradle-plugin"))
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.15.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.44.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.45.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.3") // keep in sync with root settings.gradle.kts
}
Expand Down

0 comments on commit 97d9c2e

Please sign in to comment.