Skip to content

Commit 82ccb40

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [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.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2e32f5 commit 82ccb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ subprojects {
150150
dependencies {
151151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
152152

153-
testImplementation group: 'junit', name: 'junit', version: '4.12'
153+
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
154154
testImplementation "org.mockito:mockito-core:3.6.28"
155155
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
156156
testImplementation "org.assertj:assertj-core:3.18.1"

0 commit comments

Comments
 (0)