Pārlūkot izejas kodu

Bump junit from 4.13 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 gadi atpakaļ
vecāks
revīzija
8ad08b0f77
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -352,7 +352,7 @@ dependencies {
     kapt "io.noties:prism4j-bundler:$prismVersion"
 
     // dependencies for local unit tests
-    testImplementation 'junit:junit:4.13'
+    testImplementation 'junit:junit:4.13.1'
     testImplementation "org.mockito:mockito-core:$mockitoVersion"
     testImplementation 'androidx.test:core:1.3.0'
     testImplementation 'org.powermock:powermock-core:2.0.7'