From fe1938716bbf13d4a4595e63c47b2edd60821221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:30:25 +0000 Subject: [PATCH] Bump com.github.ben-manes:gradle-versions-plugin from 0.46.0 to 0.48.0 Bumps [com.github.ben-manes:gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.46.0 to 0.48.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.46.0...v0.48.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 3ad61644..196d23a7 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.0") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0") - implementation("com.github.ben-manes:gradle-versions-plugin:0.47.0") + implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1") implementation("org.jlleitschuh.gradle:ktlint-gradle:11.5.1") implementation("com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin:2.5")