Skip to content

Commit 7eeceea

Browse files
Bump junit-jupiter-api from 5.2.0 to 5.3.2
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.2.0 to 5.3.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.2.0...r5.3.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 025d74a commit 7eeceea

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
@@ -50,7 +50,7 @@ dependencies {
5050
exclude group: 'org.jetbrains.kotlin'
5151
}
5252

53-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
53+
testImplementation('org.junit.jupiter:junit-jupiter-api:5.3.2')
5454
testImplementation(group: 'org.json', name: 'json', version: '20180130')
5555
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
5656

0 commit comments

Comments
 (0)