Skip to content

Commit 5d69d6d

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump junit from 4.13.1 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 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.1.md) - [Commits](junit-team/junit4@r4.13.1...r4.13.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fba64e commit 5d69d6d

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
@@ -151,7 +151,7 @@ subprojects {
151151
dependencies {
152152
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
153153

154-
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
154+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
155155
testImplementation "org.mockito:mockito-core:3.7.7"
156156
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
157157
testImplementation "org.assertj:assertj-core:3.19.0"

0 commit comments

Comments
 (0)