From b5895461df01b24f2977f9c79c8ec128f5094380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:06:11 +0000 Subject: [PATCH] Build(deps): Bump io.gitlab.arturbosch.detekt from 1.23.0 to 1.23.1 Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.0...v1.23.1) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 2fc01c710..39240cbe2 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -3,7 +3,7 @@ plugins { id 'kotlin-android' id 'kotlin-kapt' id 'com.google.devtools.ksp' - id 'io.gitlab.arturbosch.detekt' version "1.23.0" + id 'io.gitlab.arturbosch.detekt' version "1.23.1" id "com.diffplug.spotless" version "6.19.0" }