From 97037426aeb041871ef87cb52ae9b54b629b0d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:22:22 +0000 Subject: [PATCH] Bump com.github.ben-manes:gradle-versions-plugin from 0.48.0 to 0.49.0 Bumps [com.github.ben-manes:gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.48.0 to 0.49.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.48.0...v0.49.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] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 8cebf42a..b4b8c5ef 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -25,7 +25,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0") - implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0") + implementation("com.github.ben-manes:gradle-versions-plugin:0.49.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1") implementation("org.jlleitschuh.gradle:ktlint-gradle:11.6.0") implementation("com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin:2.5")