From 8febcca1736efd1f489e7118d795ffc12c46fb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:27:31 +0000 Subject: [PATCH] chore(deps): bump junit:junit from 4.13 to 4.13.2 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index cdd07df7249..d78d3ddb966 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -21,7 +21,7 @@ private object Dependencies { const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0" const val detektGradlePlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0" - const val junit = "junit:junit:4.13" + const val junit = "junit:junit:4.13.2" const val kluent = "org.amshove.kluent:kluent:1.73" const val hilt = "com.google.dagger:hilt-android-gradle-plugin:2.47" const val spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.1.2" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20c0284c6a0..9490df26431 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ androidx-test-rules = "1.4.0" androidx-test-runner = "1.4.0" androidx-test-uiAutomator = "2.2.0" androidx-text-archCore = "2.1.0" -junit4 = "4.13" +junit4 = "4.13.2" junit5 = "5.10.0" kluent = "1.73" mockk = "1.13.5"