Skip to content

Commit 97547d1

Browse files
Bump junit from 4.12 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67a0bf0 commit 97547d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
buildTools = '29.0.0'
88
kotlin_version = '1.3.50'
99
lifecycle_version = "2.0.0"
10-
lottie = "3.0.7"
10+
lottie = "4.2.0"
1111
appCompat = "1.1.0"
1212
androidCore = "1.2.0"
1313
constraintLayout = "2.0.0-beta2"
@@ -34,12 +34,12 @@ ext {
3434

3535
//Test
3636
mockitoCore = '2.25.1'
37-
junit_version = '4.12'
37+
junit_version = '4.13.2'
3838
truth_version = '1.0'
3939
runner_version = '1.2.0'
4040
espresso_version = '3.2.0'
4141
rules_version = '1.2.0'
42-
runnerVersion = "1.2.0"
42+
runnerVersion = "1.4.0"
4343
androidx_junit_version = "1.1.1"
4444
kointeste = "2.0.1"
4545
mockk = "1.9.1"

0 commit comments

Comments
 (0)